Skip to content

Commit d8e50f2

Browse files
committed
SRS formatting
1 parent 3a9b431 commit d8e50f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trek.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
3810 PRINT " +-+-+-+-+-+-+-+-+ STARDATE ";INT(T*10)*.1
396396
3820 FOR I=1 TO 8
397397
3830 I$=RIGHT$(STR$(I),1)
398-
3840 PRINT I$;":"; : REM BORDER
398+
3840 PRINT " ";I$;":"; : REM BORDER
399399
3850 J1=(I-1)*24+1 : J2=(I-1)*24+22
400400
3860 FOR J = J1 TO J2 STEP 3
401401
3870 Z3$=MID$(Q$,J,3)

0 commit comments

Comments
 (0)