Skip to content

Commit

Permalink
macOS: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Mar 25, 2020
1 parent cc0cfcd commit d66c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Log.h
Expand Up @@ -122,7 +122,7 @@ void AndroidAssertLog(const char *func, const char *file, int line, const char *
#if MAX_LOGLEVEL >= DEBUG_LEVEL
#define _dbg_assert_(_t_, _a_) \
if (!(_a_)) {\
ERROR_LOG(_t_, #_a_ ## "\n\nError...\n\n Line: %d\n File: %s\n\nIgnore and continue?", \
ERROR_LOG(_t_, #_a_ "\n\nError...\n\n Line: %d\n File: %s\n\nIgnore and continue?", \
__LINE__, __FILE__); \
if (!PanicYesNo("*** Assertion ***\n")) { Crash(); } \
}
Expand Down

0 comments on commit d66c235

Please sign in to comment.