]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Missing ';' :(
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Jun 2005 18:12:42 +0000 (18:12 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Jun 2005 18:12:42 +0000 (18:12 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5425 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 94f685e0656389e3bd17724e4363590eb0bf6f65..ef2bf7800d6cf1d6e9534d179d0891b8f5535eb1 100644 (file)
@@ -123,7 +123,7 @@ void DrawQ_ColoredString( float x, float y, const char *text, int maxlen, float
                                        }
                                        current++;
                                        len--;
-                               } while( len > 0 && '0' <= *current && *current <= '9' )
+                               } while( len > 0 && '0' <= *current && *current <= '9' );
                                // set the color
                                color = _draw_colors[colorindex];
                                // we jump over the color tag