From 63a4a686ce431612f7930dfe33808c272af70f77 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Tue, 19 Nov 2024 09:27:06 +0800 Subject: [PATCH] Propagate typo correction to TSS8 ported code. Insure consistency of EOL. --- .gitattributes | 1 + port/BLKJAC.BAS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/port/BLKJAC.BAS b/port/BLKJAC.BAS index 5ac2760..2b36538 100644 --- a/port/BLKJAC.BAS +++ b/port/BLKJAC.BAS @@ -161,7 +161,7 @@ 825 GOTO 660 830 IF V(1)<>2 THEN 855 835 IF V(3)=2 THEN 850 - 840 PRINT"TOO LATE TO DOUBLE, VHARLIE." + 840 PRINT"TOO LATE TO DOUBLE, CHARLIE." 845 GOTO 660 850 LET W(P)=2*W(P) 855 IF V(1)>0 THEN 430