diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index b6fc6c686..e0f0f3129 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -148,7 +148,7 @@ int date_main(int argc, char **argv) | |||
148 | char *date_str = NULL; | 148 | char *date_str = NULL; |
149 | char *date_fmt = NULL; | 149 | char *date_fmt = NULL; |
150 | char *t_buff; | 150 | char *t_buff; |
151 | char c; | 151 | int c; |
152 | int set_time = 0; | 152 | int set_time = 0; |
153 | int rfc822 = 0; | 153 | int rfc822 = 0; |
154 | int utc = 0; | 154 | int utc = 0; |