error.h: Incorrect name in function prototype
This commit is contained in:
parent
02814cc1f7
commit
356cddf07d
1 changed files with 1 additions and 1 deletions
2
error.h
2
error.h
|
|
@ -27,7 +27,7 @@ void usage(const char *msg, ...);
|
|||
|
||||
void warn(const char *msg, ...);
|
||||
|
||||
void die(const char *msg, ...);
|
||||
void fatal(const char *msg, ...);
|
||||
|
||||
int error(const char *msg, ...);
|
||||
|
||||
|
|
|
|||
Reference in a new issue