diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-27 11:09:03 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-27 11:09:03 +0000 |
| commit | bc063e345f3d1f872dc2290433362752db88fa17 (patch) | |
| tree | 4899fe92be8d6631664f526dfcbbb254ad5946f6 /src | |
| parent | c8adc2fdded2081cb8dd8ba4b72b2703fc74889b (diff) | |
Typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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) { |
