diff options
Diffstat (limited to '')
-rw-r--r-- | src/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c index d0fc0cd..7098988 100644 --- a/src/error.c +++ b/src/error.c @@ -178,7 +178,7 @@ exverror(int cond, const char *msg, va_list ap) void -error(const char *msg, ...) +sh_error(const char *msg, ...) { va_list ap; |