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

@ -1544,7 +1544,7 @@ int charset_works(TuxPaint_Font * font, const char *s)
unsigned count = 0;
int ret = 0;
#ifndef FORKED_FONTS && #defined __ANDROID__
#if defined (__ANDROID__)
while (*s && !font_thread_aborted)
#else
while (*s)