debug: fix CHECK_ENUM format string specifier

This commit is contained in:
Danny Robson 2016-02-12 12:57:53 +11:00
parent f6d8bca9a9
commit 0af631e975

View File

@ -229,7 +229,7 @@
std::cend (__e), \
__c) == std::end (__e)) { \
_CHECK_PANIC("expect enum\n" \
"__c: %s is $!", \
"__c: %s is %!", \
#C, __c); \
} \
} while (0)