From 92fa64ac12ed3bfb651f61fabfcb2f64df23d358 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 15 Jun 2010 00:33:21 +0000 Subject: [PATCH] 2010-06-15 02:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/idle.c ! fixed missing open comment marker (/*) Thanks to Tamas. --- harbour/ChangeLog | 5 +++++ harbour/src/rtl/idle.c | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a4ee32db26..d48c9f5771 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-15 02:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rtl/idle.c + ! fixed missing open comment marker (/*) + Thanks to Tamas. + 2010-06-15 01:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_deb.sh * mpkg_rpm.sh diff --git a/harbour/src/rtl/idle.c b/harbour/src/rtl/idle.c index 3c518fb9ed..8aa0e9e58b 100644 --- a/harbour/src/rtl/idle.c +++ b/harbour/src/rtl/idle.c @@ -1,3 +1,4 @@ +/* * $Id$ */