fprintftime: remove stray semicolon from previous change
authorJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 10:07:31 +0000 (11:07 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 10:07:31 +0000 (11:07 +0100)
* lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.

ChangeLog
lib/strftime.c

index ed3e6bd..32405a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-28  Jim Meyering  <meyering@redhat.com>
 
+       fprintftime: remove stray semicolon from previous change
+       * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
+
        fprintftime: avoid a warning about ignored fwrite return value
        * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
        (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
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)                                                           \