* src/android.c (android_exception_check): Fix typo.
This commit is contained in:
parent
2341d1d52a
commit
1f81186d67
1 changed files with 1 additions and 1 deletions
|
@ -4923,7 +4923,7 @@ android_exception_check (void)
|
|||
{
|
||||
if ((*android_java_env)->ExceptionCheck (android_java_env))
|
||||
{
|
||||
__android_log_print (ANDROID_LOG_WARNING, __func__,
|
||||
__android_log_print (ANDROID_LOG_WARN, __func__,
|
||||
"Possible out of memory error."
|
||||
" The Java exception follows: ");
|
||||
/* Describe exactly what went wrong. */
|
||||
|
|
Loading…
Add table
Reference in a new issue