chore(error): add missing statements to STORM_ASSERT

This commit is contained in:
fallenoak 2020-11-21 12:30:21 -06:00
parent 0dafa3a70a
commit c924e9a7d9
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -14,6 +14,8 @@
if (!(x)) { \
SErrPrepareAppFatal(__FILE__, __LINE__); \
SErrDisplayAppFatal(#x); \
SErrSetLastError(0x57); \
return 0; \
}
#endif