aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/as.h b/as.h
index a67e15f..d4110d5 100644
--- a/as.h
+++ b/as.h
@@ -26,7 +26,7 @@ void out(FILE* file, int a, int b, int c) {
void preamble(FILE* file) {
// Jump over Z
- out(file, 1, 1, PLEN);
+ out(file, Z, Z, PLEN);
// Z
out(file, 0, 0, 0);
}