summaryrefslogtreecommitdiff
path: root/lib/argmatch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 15:21:52 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 15:21:52 +0000
commitc94e186b91b4240b8abe198cb605aba78159f34e (patch)
tree1de59a485cc99f60feb2bf568355c6321933583a /lib/argmatch.c
parente42efa6866fd05a9f3d7ff430bc072721373bac8 (diff)
downloadcoreutils-c94e186b91b4240b8abe198cb605aba78159f34e.tar.xz
s/argmatch_exit_failure/argmatch_die/
Diffstat (limited to 'lib/argmatch.c')
-rw-r--r--lib/argmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/argmatch.c b/lib/argmatch.c
index 6ae76ac1b..9ac9bdbfc 100644
--- a/lib/argmatch.c
+++ b/lib/argmatch.c
@@ -67,7 +67,7 @@ __argmatch_die (void)
ARGMATCH_DIE;
}
-argmatch_exit_fn argmatch_exit_failure = __argmatch_exit_failure;
+argmatch_exit_fn argmatch_die = __argmatch_die;
/* If ARG is an unambiguous match for an element of the
null-terminated array ARGLIST, return the index in ARGLIST