Android: Fix minor typo.

This commit is contained in:
Unknown W. Brackets 2017-05-27 22:33:47 -07:00
parent 86df05555b
commit c5d1c1cd1c

View File

@ -54,7 +54,7 @@ bool MsgAlert(bool yes_no, int Style, const char* format, ...)
CharArrayFromFormatV(buffer, sizeof(buffer)-1, format, args);
va_end(args);
// Safe android logging
#ifdef PPSSPP_PLATFORM(ANDROID)
#if PPSSPP_PLATFORM(ANDROID)
ELOG("%s: %s", caption, buffer);
#endif
// Normal logging