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