Variable declaration in the middle of some code. (MSVC complained, as it should)

This commit is contained in:
Martin Poirier
2005-05-15 05:41:55 +00:00
parent 35df374297
commit 1533b6fd32

View File

@@ -536,9 +536,9 @@ static int text_draw(SpaceText *st, char *str, int cshift, int maxwidth, int dra
if (draw) {
if(st->showsyntax) {
format = format+cshift;
int amount, a;
char out[2];
format = format+cshift;
amount = strlen(in);