2010-10-31 13:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbhpdf/harupdf.c
    ! fixed typo
This commit is contained in:
Przemyslaw Czerpak
2010-10-31 12:11:53 +00:00
parent e359ff6d2d
commit fb2096982a
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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
}