diff options
-rw-r--r-- | src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index 6f24d9f4c..0fede518d 100644 --- a/src/touch.c +++ b/src/touch.c @@ -228,7 +228,7 @@ and for the obsolescent argument are all different.\n\ int main (int argc, char **argv) { - int c, i; + int c; int date_set = 0; int err = 0; |