summaryrefslogtreecommitdiff
path: root/compil.lex
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2012-10-29 01:00:19 -0700
committerPixel <pixel@nobis-crew.org>2012-10-29 01:00:19 -0700
commitad728683a0f8896508bcf24dadf9161b158573af (patch)
treee33a3e6c90445a55edd123244cbb29dab49483f8 /compil.lex
parent9eede342a1046ce8e26c87495737585d042add19 (diff)
Oops.
Diffstat (limited to 'compil.lex')
-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;
}
}