indenting oopsie

This commit is contained in:
Dana Jansens 2003-04-14 22:42:23 +00:00
parent 693c88ca35
commit b486929d34

View file

@ -115,7 +115,7 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
m = font_measure_string(t->font, text, t->shadow, t->offset);
while (l && m > position->width) {
text[--l] = '\0';
m = font_measure_string(t->font, text, t->shadow, t->offset);
m = font_measure_string(t->font, text, t->shadow, t->offset);
}
if (!l) return;