Skip to content

Commit 6a51b4f

Browse files
committed
v0.2: Fixed some incorrect comments in the code. No functionality has been changed.
1 parent 4045c07 commit 6a51b4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/NextLibLite.bas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
' ---------------------------------------------------------
2-
' NextLibLite v0.1
2+
' NextLibLite v0.2
33
' This is a subset of nextBuild/NextLib library
44
' ZX Spectrum Next library
55
'
66
' This file is released under the MIT License
7-
' Copyleft (k) 2023
7+
' Copyleft (k) 2024
88
' Adapted by Juan Segura "Duefectu" from NextBuild/NextLib
99
' NextLib by David Saphier "emook"
1010
' Help and thanks Boriel, Flash, Baggers, Britlion, Shiru,
@@ -28,7 +28,7 @@
2828
' - PRAGMAS -----------------------------------------------
2929
' Avoid case sensitive troubles
3030
#PRAGMA push(case_insensitive)
31-
#PRAGMA case_insensitive = TRUE
31+
#PRAGMA case_insensitive = True
3232

3333

3434
' - Defines -----------------------------------------------

0 commit comments

Comments
 (0)