The missing semicolon was annoying.

This commit is contained in:
Jason Felds
2011-11-27 17:25:52 -05:00
parent 594eaa0807
commit fcbb15e79f
+1 -1
View File
@@ -30,7 +30,7 @@ static const char *NoteTypeNames[] = {
"192nd",
};
XToString( NoteType );
LuaXType( NoteType )
LuaXType( NoteType );
XToLocalizedString( NoteType );
/**