From 95b0b08d4c95fc416bf8de0d8ad783d90c743262 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 31 Dec 1998 18:12:40 +0000 Subject: [PATCH] fix typo --- lib/argmatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.30.2