diff options
Diffstat (limited to 'compil.lex')
-rw-r--r-- | compil.lex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } } |