From 82ecf78e9d7a50b988d08b7647cd1d11cb78d4dd Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 9 Dec 2009 19:55:17 +0000 Subject: [PATCH] 2009-12-09 20:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/rddsql/sqlbase.c ! fixed yet another typo --- harbour/ChangeLog | 4 ++++ harbour/contrib/rddsql/sqlbase.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2685bb6d1f..ac0e9b783c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-09 20:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/rddsql/sqlbase.c + ! fixed yet another typo + 2009-12-09 20:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/Makefile ! added missing newly added header files - thanks to Itamar for diff --git a/harbour/contrib/rddsql/sqlbase.c b/harbour/contrib/rddsql/sqlbase.c index b62eee653b..690bc02a6c 100644 --- a/harbour/contrib/rddsql/sqlbase.c +++ b/harbour/contrib/rddsql/sqlbase.c @@ -1264,7 +1264,7 @@ HB_CALL_ON_STARTUP_BEGIN( _hb_sqlbase_init_ ) HB_CALL_ON_STARTUP_END( _hb_sqlbase_init_ ) #if defined( HB_PRAGMA_STARTUP ) - #pragma startup sqlbase1__InitSymbols + #pragma startup sqlbase__InitSymbols #pragma startup _hb_sqlbase_init_ #elif defined( HB_DATASEG_STARTUP ) #define HB_DATASEG_BODY HB_DATASEG_FUNC( sqlbase__InitSymbols ) \