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