changeset 1508:91aae807f30a

add missing close paren
author Jim Meyering <jim@meyering.net>
date Sun, 27 Sep 1998 17:31:29 +0000
parents a0ee723a2086
children b76bd88671e7
files m4/fnmatch.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -18,4 +18,4 @@
     LIBOBJS="$LIBOBJS fnmatch.o"
     AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
   fi
-]
+])