diff options
author | Joursoir <chat@joursoir.net> | 2021-02-22 11:58:37 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-22 11:58:37 +0000 |
commit | 51abd93e4dddf4682f260d192b680be3ba1a0585 (patch) | |
tree | cb1d66f5a10d162c9c2cf0abd978ec6b8b62a090 /src/handerror.h | |
parent | c99acd1211e967a87ab7a0de3fb8a569b19fd0b2 (diff) | |
download | lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.tar.gz lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.tar.bz2 lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.zip |
change recognizing of commands; many printf -> one printf
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 |