diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index 73be8f2e2..924cdd40c 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -30,7 +30,7 @@ echo_main(int argc, char** argv) | |||
30 | { | 30 | { |
31 | register char **ap; | 31 | register char **ap; |
32 | char *p; | 32 | char *p; |
33 | register char c; | 33 | int c; |
34 | int nflag = 0; | 34 | int nflag = 0; |
35 | int eflag = 0; | 35 | int eflag = 0; |
36 | 36 | ||