Archived
1
0
Fork 0

error.h: Incorrect name in function prototype

This commit is contained in:
Henrik Hautakoski 2011-09-29 23:25:05 +02:00
parent 02814cc1f7
commit 356cddf07d

View file

@ -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, ...);