summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <>2001-04-15 15:23:55 +0000
committerPixel <>2001-04-15 15:23:55 +0000
commit08c321d2e6213bf21b423777ecbffef499bf4e1c (patch)
tree3ca9f2fcc5626207848cfd61568b817c95d5beb4
parent68d80277c3a551542628ffd353b9de8ccd13c9b4 (diff)
VLB (Very Little Bugfixe)
-rw-r--r--lib/assembler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/assembler.c b/lib/assembler.c
index c06fecd..6c5d3a8 100644
--- a/lib/assembler.c
+++ b/lib/assembler.c
@@ -244,7 +244,7 @@ static void pushstring(char *s)
}
s++;
}
-
+ pushdword(0, NULL);
}
static void pushstart(void)