From 29c57e4b4cbda88221c81f2b6644a538d0a6dfe9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 26 Nov 2007 01:56:46 +0000 Subject: [PATCH] 2007-11-26 02:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg/wvtcore.c ! fixed typo --- harbour/ChangeLog | 4 ++++ harbour/contrib/gtwvg/wvtcore.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;