From 8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Nov 2025 01:36:46 -0500 Subject: Better text file detection for -aa; convert tabs with -a or -aa. --- src/unalf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 422183a..12654ec 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -45,6 +45,7 @@ unsigned int getquad(int offs); /* extract.c */ extern int bad_checksum_count; +extern int new_file; void extract_alf(void); void dpoke(int addr, u16 value); u16 dpeek(int addr); -- cgit v1.2.3