summaryrefslogtreecommitdiff
path: root/lib/argmatch.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-31 18:12:40 +0000
committerJim Meyering <jim@meyering.net>1998-12-31 18:12:40 +0000
commit2e487bb6da77db29e863aab7629503f76df5c944 (patch)
tree9b0f9b96d598ddf676026fac5e7ddc74126e885a /lib/argmatch.h
parentc92163b6e9cf9785f41c7be2f286eed406f3da6f (diff)
downloadcoreutils-2e487bb6da77db29e863aab7629503f76df5c944.tar.xz
fix typo
Diffstat (limited to 'lib/argmatch.h')
-rw-r--r--lib/argmatch.h2
1 files changed, 1 insertions, 1 deletions
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) \