2009-04-20 20:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/common/hbver.c
    * added missing const to function return type
This commit is contained in:
Przemyslaw Czerpak
2009-04-20 18:17:54 +00:00
parent b551c7b08e
commit d25001d133
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-20 20:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/common/hbver.c
* added missing const to function return type
2009-04-20 20:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbsqlit3/hbsqlit3.c
* updated to compile with older then SQLITE3.6.1 libraries

View File

@@ -218,7 +218,7 @@ const char * hb_verCPU( void )
return HB_CPU_STR;
}
char * hb_verHostCPU( void )
const char * hb_verHostCPU( void )
{
HB_TRACE(HB_TR_DEBUG, ("hb_verHostCPU()"));