Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 20, 2024
1 parent f9c1796 commit 51efaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Src/CompScintEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface
UnknownCompilerFileIndex = -2;

type
TLineState = (lnUnknown, lnHasEntry, lnEntryProcessed);
TLineState = (lnUnknown, lnHasEntry, lnEntryProcessed); { Not related to TScintLineState }
PLineStateArray = ^TLineStateArray;
TLineStateArray = array[0..0] of TLineState;
TSaveEncoding = (seAuto, seUTF8WithBOM, seUTF8WithoutBOM);
Expand Down

0 comments on commit 51efaee

Please sign in to comment.