Whoops: forgot _M.

This commit is contained in:
Jason Felds
2011-11-27 18:24:58 -05:00
parent 952297703a
commit c4e5cc16f8
+1 -1
View File
@@ -72,7 +72,7 @@ int NoteTypeToRow( NoteType nt )
case NoteType_Invalid:
return 1;
default:
FAIL("Invalid note type found: cannot convert to row.");
FAIL_M("Invalid note type found: cannot convert to row.");
}
}