From c4e5cc16f8d6e7bebd4b423f5e293268a6d6b9f9 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 27 Nov 2011 18:24:58 -0500 Subject: [PATCH] Whoops: forgot _M. --- src/NoteTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NoteTypes.cpp b/src/NoteTypes.cpp index 450472ff55..e9747f5835 100644 --- a/src/NoteTypes.cpp +++ b/src/NoteTypes.cpp @@ -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."); } }