diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-04 11:03:00 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-04 11:03:00 +0300 |
commit | 23c7a694db66364fff81edbf93bbd318016f43b2 (patch) | |
tree | 3ce4bb1373b65c5218b1af17df555e45f47b8d1d /tecdisp.c | |
parent | 2677d0b821b7fee5d79d408ed3cbdd7e9628cdb8 (diff) | |
download | videoteco-fork-23c7a694db66364fff81edbf93bbd318016f43b2.tar.gz |
fixup fd12f39ce43fe465dac987f078355c77d1dbbb07: fixed some sloppy editing issues
It now compiles with -DDEBUG1 again (magic struct checks).
Diffstat (limited to 'tecdisp.c')
-rw-r--r-- | tecdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ register short *sp; message_line.fmt_permanent = 1; message_line.fmt_saved_line = lp; - MAGIC_UPDATE(&magic_line, MAGIC_FORMAT_LOOKASIDE); + MAGIC_UPDATE(&message_line, MAGIC_FORMAT_LOOKASIDE); lp->companion = &message_line; lp += 1; |