mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
* Fixed value of the LF_PAD13 enum element.
git-svn-id: trunk@48396 -
This commit is contained in:
parent
2567631aad
commit
04727844b5
@ -124,7 +124,7 @@ interface
|
||||
LF_PAD10 = $fa,
|
||||
LF_PAD11 = $fb,
|
||||
LF_PAD12 = $fc,
|
||||
LF_PAD13 = $fc,
|
||||
LF_PAD13 = $fd,
|
||||
LF_PAD14 = $fe,
|
||||
LF_PAD15 = $ff,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user