changeset 21199:7620be4d5f90

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