소스 검색

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