Fix missing parenthesis (suggested by Antoine Leca)

This commit is contained in:
Erik van der Kouwe 2010-11-29 08:30:30 +00:00
parent d1cfc50811
commit cbf7d8f735

View file

@ -324,13 +324,13 @@ PRIVATE const char *mtypename(int mtype, int iscall)
switch(mtype) {
#define IDENT(x) case x: return #x;
#include "extracted-mtype.h"
#undef IDENT(
#undef IDENT
}
} else {
switch(mtype) {
#define IDENT(x) case x: return #x;
#include "extracted-errno.h"
#undef IDENT(
#undef IDENT
}
}