summaryrefslogtreecommitdiffstats
path: root/text-utils/colrm.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:37 +0100
committerKarel Zak2006-12-07 00:25:37 +0100
commit5c36a0eb7cdb0360f9afd5d747c321f423b35984 (patch)
tree147599a77eaff2b5fbc0d389e89d2b51602326c0 /text-utils/colrm.c
parentImported from util-linux-2.8 tarball. (diff)
downloadkernel-qcow2-util-linux-5c36a0eb7cdb0360f9afd5d747c321f423b35984.tar.gz
kernel-qcow2-util-linux-5c36a0eb7cdb0360f9afd5d747c321f423b35984.tar.xz
kernel-qcow2-util-linux-5c36a0eb7cdb0360f9afd5d747c321f423b35984.zip
Imported from util-linux-2.9i tarball.
Diffstat (limited to 'text-utils/colrm.c')
-rw-r--r--text-utils/colrm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index 3051c866c..f189e25d2 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -40,9 +40,10 @@ COLRM removes unwanted columns from a file
int getn(char *ap);
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
{
- register c, ct, first, last;
+ register int c, ct, first, last;
first = 0;
last = 0;