From: black Date: Sat, 11 Jun 2005 18:12:42 +0000 (+0000) Subject: Missing ';' :( X-Git-Tag: xonotic-v0.1.0preview~4757 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=acaaf8598914bb890fad03bdc8ba9879e07ec839;p=xonotic%2Fdarkplaces.git Missing ';' :( git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5425 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_screen.c b/cl_screen.c index 94f685e0..ef2bf780 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -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