summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compil.lex2
1 files changed, 1 insertions, 1 deletions
diff --git a/compil.lex b/compil.lex
index d75f157..36db5c5 100644
--- a/compil.lex
+++ b/compil.lex
@@ -240,7 +240,7 @@
fprintf(yyout, " [%i] = { x = \"var\", y = \"%i\", width = \"%i\", height = \"%i\" },\n", i, windows[i].y, windows[i].w, windows[i].h);
break;
case 3:
- fprintf(yyout, " [%i] = { wtype = \"fixed\" },\n", current_ptr);
+ fprintf(yyout, " [%i] = { wtype = \"fixed\" },\n", i);
break;
}
}