* added missing ","

git-svn-id: trunk@2216 -
This commit is contained in:
Jonas Maebe 2006-01-08 08:21:15 +00:00
parent 8c8e25353b
commit cfae9df535

View File

@ -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 }