diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 10:41:31 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 10:41:31 +0000 |
commit | dcac6af416f3768bfd14b17e5d34bc70ae8029bb (patch) | |
tree | 0080fd0c339ed1943275d4e2df23612ee50e0c37 /coreutils/tr.c | |
parent | 64dfafd384df3a24e7b7d814366d665f024e6b02 (diff) | |
download | busybox-w32-dcac6af416f3768bfd14b17e5d34bc70ae8029bb.tar.gz busybox-w32-dcac6af416f3768bfd14b17e5d34bc70ae8029bb.tar.bz2 busybox-w32-dcac6af416f3768bfd14b17e5d34bc70ae8029bb.zip |
Fixup some silly prototype warnings
git-svn-id: svn://busybox.net/trunk/busybox@3614 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 2665d926f..e2a4ef6c5 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -44,7 +44,7 @@ static unsigned char *pvector; | |||
44 | static char *pinvec, *poutvec; | 44 | static char *pinvec, *poutvec; |
45 | 45 | ||
46 | 46 | ||
47 | static void convert() | 47 | static void convert(void) |
48 | { | 48 | { |
49 | short read_chars = 0; | 49 | short read_chars = 0; |
50 | short c, coded; | 50 | short c, coded; |