Correcting syntax.
This commit is contained in:
parent
7ea62cf0fe
commit
35dd1fb4ce
3 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue