浏览代码

* added missing ","

git-svn-id: trunk@2216 -
Jonas Maebe 19 年之前
父节点
当前提交
cfae9df535
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }