]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
Missing ';' :(
[xonotic/darkplaces.git] / 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