Correcting syntax.

This commit is contained in:
Pere Pujal i Carabantes 2021-12-21 00:31:05 +01:00
parent 7ea62cf0fe
commit 35dd1fb4ce
3 changed files with 4 additions and 3 deletions

View file

@ -6239,7 +6239,8 @@ static void mainloop(void)
SDL_Delay(10);
}
while (!done);
#ifndef FORKED_FONTS && #defined __ANDROID__
#if defined (__ANDROID__)
/* Closing Tux Paint before the end of font scanning resulted in crashes in the Android port */
/* This is an abuse of font_thread_aborted, maybe it is better to use a new, more descriptive marker? */
if(!font_thread_done)