changeset 1592:6ba864382953

fix typo
author Jim Meyering <jim@meyering.net>
date Thu, 31 Dec 1998 18:12:40 +0000
parents fccafdb9ccd1
children 1989ac95890d
files lib/argmatch.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argmatch.h
+++ b/lib/argmatch.h
@@ -47,7 +47,7 @@
   PARAMS ((const char *arg, const char *const *arglist,
 	   const char *vallist, size_t valsize));
 
-# define ARGMATCH(Arg, ARGLIST, Vallist) \
+# define ARGMATCH(Arg, Arglist, Vallist) \
   argmatch (Arg, Arglist, (const char *) Vallist, sizeof (*Vallist))
 
 # define ARGCASEMATCH(Arg, Arglist, Vallist) \