From 64c823916d060647dc6b3e91d21f48063f15c16f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Feb 2020 01:14:54 +1300 Subject: Correct an error message --- crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt.c b/crypt.c index 86e8fce..18b33e9 100644 --- a/crypt.c +++ b/crypt.c @@ -59,7 +59,7 @@ int main (int argc, char **argv) } /* - * Exit with error error message + * Exit with error message and status */ void error(const char *message) { -- cgit v1.2.3