From 51abd93e4dddf4682f260d192b680be3ba1a0585 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 22 Feb 2021 11:58:37 +0000 Subject: change recognizing of commands; many printf -> one printf --- src/handerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/handerror.c') diff --git a/src/handerror.c b/src/handerror.c index 35e8f28..218619d 100644 --- a/src/handerror.c +++ b/src/handerror.c @@ -9,7 +9,7 @@ void callError(int num) exit(3); } -void printError(char *text) +void printError(const char *text) { fprintf(stderr, "%s", text); exit(4); -- cgit v1.2.3-18-g5258