mirror of
https://github.com/XProger/OpenLara.git
synced 2025-03-13 23:59:41 +01:00
fix typo
This commit is contained in:
parent
1b2f125ed6
commit
515e268456
@ -26,7 +26,7 @@
|
||||
#ifdef _OS_3DS
|
||||
#define ASSERT(expr) if (expr) {} else { LOG("ASSERT:\n %s:%d\n %s => %s\n", __FILE__, __LINE__, __FUNCTION__, #expr); /* svcSleepThread(3000000000LL);*/ abort(); }
|
||||
#else
|
||||
#define ASSERT(expr
|
||||
#define ASSERT(expr)
|
||||
#endif
|
||||
|
||||
#define ASSERTV(expr) (expr) ? 1 : 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user