diff options
author | Pixel <> | 2001-04-15 15:23:55 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 15:23:55 +0000 |
commit | 08c321d2e6213bf21b423777ecbffef499bf4e1c (patch) | |
tree | 3ca9f2fcc5626207848cfd61568b817c95d5beb4 /lib | |
parent | 68d80277c3a551542628ffd353b9de8ccd13c9b4 (diff) |
VLB (Very Little Bugfixe)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/assembler.c | 2 |
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) |