mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 06:05:57 +02:00
* added missing ","
git-svn-id: trunk@2216 -
This commit is contained in:
parent
8c8e25353b
commit
cfae9df535
@ -110,7 +110,7 @@ const
|
||||
// Intelligent device errors
|
||||
'Device power is off', { EPWROFF }
|
||||
'Device error, e.g. paper out', { EDEVERR }
|
||||
'Value too large to be stored in data type' { EOVERFLOW }
|
||||
'Value too large to be stored in data type', { EOVERFLOW }
|
||||
// Program loading errors
|
||||
'Bad executable', { EBADEXEC }
|
||||
'Bad CPU type in executable', { EBADARCH }
|
||||
|
Loading…
Reference in New Issue
Block a user