fprintftime: remove stray semicolon from previous change
[gnulib.git] / lib / strftime.c
index 7f06d6f..4467415 100644 (file)
@@ -211,7 +211,7 @@ extern char *tzname[];
                is intended to be consistent with the one from ISO C,         \
                which permits failure due to ENOMEM *without* setting the     \
                stream's error indicator.  */                                 \
-            ignore_value (fwrite ((s), _n, 1, p)));                          \
+            ignore_value (fwrite ((s), _n, 1, p)))                           \
           }
 #else
 # define cpy(n, s)                                                           \