Explorar o código

* added missing ","

git-svn-id: trunk@2216 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
cfae9df535
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/darwin/errnostr.inc

+ 1 - 1
rtl/darwin/errnostr.inc

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