- Remove unnecessary char to fix compilation under BeOS.

git-svn-id: trunk@15112 -
This commit is contained in:
olivier 2010-04-04 23:23:31 +00:00
parent 87ef559542
commit 45465592c2

View File

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