Переглянути джерело

- 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;