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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/handerror.h') diff --git a/src/handerror.h b/src/handerror.h index 6f75c7b..09c5106 100644 --- a/src/handerror.h +++ b/src/handerror.h @@ -3,6 +3,6 @@ void easyFork(char *name, char *arguments[]); void callError(int num); -void printError(char *text); +void printError(const char *text); #endif \ No newline at end of file -- cgit v1.2.3-18-g5258