-Small typo fix for MSGTAB[]

git-svn-id: file:///Users/braun/svn/vermont/trunk/vermont@76 aef3b71b-58ee-0310-9ba9-8811b9f0742f
master
freequaos 2005-04-11 11:57:18 +00:00
parent c8ecdf4ecd
commit 97279f666a
1 changed files with 1 additions and 1 deletions

2
msg.c
View File

@ -14,7 +14,7 @@ extern "C" {
#endif
static int msg_level=MSG_DEFAULT;
static char *MSG_TAB[]={"FATAL", "VERMONT", "ERROR", "DEBUG", "INFO ", 0};
static char *MSG_TAB[]={"FATAL", "VERMONT", "ERROR", "DEBUG", "INFO", 0};
void msg(int level, char *fmt, ...)
{