summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-20 08:38:00 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-20 08:38:00 +0000
commitd021d41ec46aeadfac49937b8a1f56076f75dfa8 (patch)
treecddc4cccecd4d90aceab15f08a2683db0ae37029
parente682ce8b8c785a0e9b1bb775b548014ab97157f0 (diff)
downloadgnome-common-d021d41ec46aeadfac49937b8a1f56076f75dfa8.tar.gz
Added missing '#endif'.
svn path=/trunk/; revision=215
-rw-r--r--support/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/strerror.c b/support/strerror.c
index 296f19b..f8fff57 100644
--- a/support/strerror.c
+++ b/support/strerror.c
@@ -10,6 +10,7 @@
#else
# define PARAMS(args) ()
#endif
+#endif
#ifdef HAVE_SYS_ERRLIST