diff --git a/harbour/ChangeLog b/harbour/ChangeLog index aebb1854cf..2ef50ad3be 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-10-31 13:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbhpdf/harupdf.c + ! fixed typo + 2010-10-29 21:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Applied cygwin patch from Tamas Tevesz. diff --git a/harbour/contrib/hbhpdf/harupdf.c b/harbour/contrib/hbhpdf/harupdf.c index 226128fc25..f2dd16514d 100644 --- a/harbour/contrib/hbhpdf/harupdf.c +++ b/harbour/contrib/hbhpdf/harupdf.c @@ -1869,7 +1869,7 @@ HB_FUNC( HPDF_GETCONTENTS ) if( ! hb_storclen_buffer( ( char * ) buffer, size, 2 ) ) hb_xfree( buffer ); #else - hb_storc( NULL, 2 ) + hb_storc( NULL, 2 ); hb_retnl( -1 ); #endif }