* lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
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,
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) \