diff options
Diffstat (limited to 'src/handerror.h')
-rw-r--r-- | src/handerror.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |