Fix UC_NOT_REACHED

This commit is contained in:
Nils O. Selåsdal
2013-12-31 03:00:39 +01:00
parent 145f3c26ab
commit ca2b2be2ee
+1 -1
View File
@@ -48,7 +48,7 @@ do {\
fprintf(stderr, "UC_NOT_REACHED at %s\n", UC_SRC_LOCATION);\
UC_BACKTRACE_STDERR;\
abort();\
while (0)
} while (0)
#ifdef __cplusplus
}