mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:06:14 +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
|
// Intelligent device errors
|
||||||
'Device power is off', { EPWROFF }
|
'Device power is off', { EPWROFF }
|
||||||
'Device error, e.g. paper out', { EDEVERR }
|
'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
|
// Program loading errors
|
||||||
'Bad executable', { EBADEXEC }
|
'Bad executable', { EBADEXEC }
|
||||||
'Bad CPU type in executable', { EBADARCH }
|
'Bad CPU type in executable', { EBADARCH }
|
||||||
|
Loading…
Reference in New Issue
Block a user