diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 23035a7668..c47922ebee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-11-26 02:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/gtwvg/wvtcore.c + ! fixed typo + 2007-11-26 02:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg/gtwvt.h * harbour/contrib/gtwvg/gtwvt.c diff --git a/harbour/contrib/gtwvg/wvtcore.c b/harbour/contrib/gtwvg/wvtcore.c index ce500e7de6..739566d636 100644 --- a/harbour/contrib/gtwvg/wvtcore.c +++ b/harbour/contrib/gtwvg/wvtcore.c @@ -350,7 +350,7 @@ BOOL HB_EXPORT hb_wvt_gtDestroyPicture( IPicture * iPicture ) //-------------------------------------------------------------------// -POINT HB_EXPORT hb_wvt_gtGetXYFromColRow( USHORT col, USHORT row ); +POINT HB_EXPORT hb_wvt_gtGetXYFromColRow( USHORT col, USHORT row ) { POINT xy;