glob: fix compilation
authorEric Blake <eblake@redhat.com>
Mon, 9 Sep 2013 12:23:44 +0000 (06:23 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 9 Sep 2013 12:23:44 +0000 (06:23 -0600)
Sometimes, it just isn't my day.  The previous patch missed an #endif.

* lib/glob.in.h (__THROW): Fix missing line in previous commit.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/glob.in.h

index efc03d1..0007e17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-09  Eric Blake  <eblake@redhat.com>
+
+       glob: fix compilation
+       * lib/glob.in.h (__THROW): Fix missing line in previous commit.
+
 2013-09-07  Eric Blake  <eblake@redhat.com>
 
        glob: fix build for platforms without __THROW
index 73cbaa5..c8f1749 100644 (file)
@@ -42,6 +42,7 @@
 #endif
 #ifndef __THROW
 # define __THROW
+#endif
 #ifndef __THROWNL
 # define __THROWNL
 #endif