From: Jim Meyering Date: Thu, 31 Dec 1998 18:12:40 +0000 (+0000) Subject: fix typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b0b08d4c95fc416bf8de0d8ad783d90c743262;p=pspp fix typo --- diff --git a/lib/argmatch.h b/lib/argmatch.h index 941375204c..67cbd028de 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) \