Skip to content

Commit

Permalink
Fix duplicate in ScintStylerInnoSetup.pas (jrsoftware#383)
Browse files Browse the repository at this point in the history
usersavedgames x 2
  • Loading branch information
jogo- authored Oct 15, 2020
1 parent 26dadac commit 83cca9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Components/ScintStylerInnoSetup.pas
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ TISPPDirective = record
(Name: 'pragma'; RequiresParameter: False; OpenCountChange: 0),
(Name: 'error'; RequiresParameter: False; OpenCountChange: 0));

Constants: array[0..72] of TInnoSetupStylerParamInfo = (
Constants: array[0..71] of TInnoSetupStylerParamInfo = (
{ #expr handled separately - also doesnt include constants with non words chars }
(Name: '{'),
(Name: 'app'),
Expand Down Expand Up @@ -351,7 +351,6 @@ TISPPDirective = record
(Name: 'userprograms'),
(Name: 'commonprograms'),
(Name: 'usersavedgames'),
(Name: 'usersavedgames'),
(Name: 'userstartmenu'),
(Name: 'commonstartmenu'),
(Name: 'userstartup'),
Expand Down

0 comments on commit 83cca9b

Please sign in to comment.