summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-27 17:31:29 +0000
committerJim Meyering <jim@meyering.net>1998-09-27 17:31:29 +0000
commit61f48952f2aa6c45cce12b668f0462276f241e65 (patch)
treec2cba3fa2f037a1b7b1b282f5a61c06cfaed3754 /m4
parent095d748e5314cfddadf51d041a74c31b11c9f5d0 (diff)
downloadcoreutils-61f48952f2aa6c45cce12b668f0462276f241e65.tar.xz
add missing close paren
Diffstat (limited to 'm4')
-rw-r--r--m4/fnmatch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4
index 96d1a354a..1d3cfb482 100644
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -18,4 +18,4 @@ AC_DEFUN(jm_FUNC_FNMATCH,
LIBOBJS="$LIBOBJS fnmatch.o"
AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
fi
-]
+])