Remove stray '}'
authorRaja R Harinath <harinath@src.gnome.org>
Tue, 10 Oct 2000 05:04:36 +0000 (05:04 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Tue, 10 Oct 2000 05:04:36 +0000 (05:04 +0000)
acglib.m4

index 704410c..cc2cd39 100644 (file)
--- a/acglib.m4
+++ b/acglib.m4
@@ -116,7 +116,6 @@ $1
 int main (int c, char **v) {
   FILE *f = fopen ("$glib_sysdefso", "a");
   if (!f) return 1;
-}
 _______EOF
 for glib_sysdef_input in $2 ; do
        glib_sysdef=`echo $glib_sysdef_input | sed 's/^\([[^:]]*\):.*$/\1/'`