From: Jim Meyering Date: Thu, 31 Dec 1998 18:12:40 +0000 (+0000) Subject: fix typo X-Git-Tag: cvs-readonly~7580 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=95b0b08d4c95fc416bf8de0d8ad783d90c743262;p=gnulib.git fix typo --- diff --git a/lib/argmatch.h b/lib/argmatch.h index 941375204..67cbd028d 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -47,7 +47,7 @@ int argcasematch 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) \