Browse Source

* added missing ","

git-svn-id: trunk@2216 -
Jonas Maebe 19 năm trước cách đây
mục cha
commit
cfae9df535
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }