diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/glut_font.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut_font.cxx b/src/glut_font.cxx index ce25d06b3..474689f33 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -115,7 +115,8 @@ void glutStrokeString(void* fontID, const unsigned char *string) { * point back to the start of the line and down one line. */ -#if defined(__GNUC__)#warning FIXME This needs to be UTF aware now +#if defined(__GNUC__) +#warning FIXME This needs to be UTF aware now #endif /*__GNUC__*/ while ((c = *string++) != 0) { |
