diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 237ade047..cea3b05b6 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -193,6 +193,7 @@ static int complement(char *buffer, int buffer_len) | |||
193 | return ix; | 193 | return ix; |
194 | } | 194 | } |
195 | 195 | ||
196 | int tr_main(int argc, char **argv); | ||
196 | int tr_main(int argc, char **argv) | 197 | int tr_main(int argc, char **argv) |
197 | { | 198 | { |
198 | unsigned char *ptr; | 199 | unsigned char *ptr; |