浏览代码

- Remove unnecessary char to fix compilation under BeOS.

git-svn-id: trunk@15112 -
olivier 15 年之前
父节点
当前提交
45465592c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/beos/ptypes.inc

+ 1 - 1
rtl/beos/ptypes.inc

@@ -85,7 +85,7 @@ type
     TClock   = clock_t;
     pClock   = ^clock_t;
 
-    time_t   = clong;           { used for returning the time  }/
+    time_t   = clong;           { used for returning the time  }
 
     // TTime    = time_t;    // Not allowed in system unit, -> unixtype
     pTime    = ^time_t;