Bug 764192 - Followup, fix red. r=me

This commit is contained in:
Justin Lebar 2012-06-13 09:21:06 -04:00
parent 80706a4a01
commit 359b2d608d

View File

@ -1563,7 +1563,7 @@ void (*_malloc_message)(const char *p1, const char *p2, const char *p3,
MOZ_CRASH(); \
} \
} while (0)
#elif
#else
# define RELEASE_ASSERT(assertion) assert(assertion)
#endif