From c94e186b91b4240b8abe198cb605aba78159f34e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Jan 1999 15:21:52 +0000 Subject: s/argmatch_exit_failure/argmatch_die/ --- lib/argmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/argmatch.c') 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 -- cgit v1.2.3-54-g00ecf