From 45465592c2430bbc027bda48c39c8dca277fcaaf Mon Sep 17 00:00:00 2001 From: olivier Date: Sun, 4 Apr 2010 23:23:31 +0000 Subject: [PATCH] - Remove unnecessary char to fix compilation under BeOS. git-svn-id: trunk@15112 - --- rtl/beos/ptypes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/beos/ptypes.inc b/rtl/beos/ptypes.inc index 2ae19b9d62..0ce9c36126 100644 --- a/rtl/beos/ptypes.inc +++ b/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;