]> Savannah Git Hosting - gnulib.git/commitdiff
error: drop spurious semicolon
authorEric Blake <eblake@redhat.com>
Thu, 4 Sep 2014 12:26:06 +0000 (06:26 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 4 Sep 2014 12:26:06 +0000 (06:26 -0600)
* lib/error.c (__error_at_line): Fix ';;'.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/error.c

index b138dc2202d1f865efe923644139c2d71a1b9fad..dc88544f06b3b551d8ce3b205eecf19e46193223 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-04  Eric Blake  <eblake@redhat.com>
+
+       error: drop spurious semicolon
+       * lib/error.c (__error_at_line): Fix ';;'.
+
 2014-09-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
index 7b99cd7310bfe37c9439cf853a8a4909d3ab7eca..18ff5db12ba3a81b4c1eea1a0f2ef38674099dc6 100644 (file)
@@ -75,7 +75,7 @@ extern void __error (int status, int errnum, const char *message, ...)
 extern void __error_at_line (int status, int errnum, const char *file_name,
                              unsigned int line_number, const char *message,
                              ...)
-     __attribute__ ((__format__ (__printf__, 5, 6)));;
+     __attribute__ ((__format__ (__printf__, 5, 6)));
 # define error __error
 # define error_at_line __error_at_line