From 7e32e190e8dd6a84b6e9bce566056546e2b7e40a Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Thu, 13 May 1999 16:03:18 +0000 Subject: [PATCH] void _errPutDescription should become PITEM _errPutDescription --- harbour/include/extend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/extend.h b/harbour/include/extend.h index 424c960c5e..eafd6be558 100644 --- a/harbour/include/extend.h +++ b/harbour/include/extend.h @@ -164,7 +164,7 @@ PDYNSYM NewDynSym( PSYMBOL pSymbol ); /* creates a new dynamic symbol based on a /* error API */ PITEM _errNew( void ); -void _errPutDescription( PITEM pError, char * szDescription ); +PITEM _errPutDescription( PITEM pError, char * szDescription ); WORD _errLaunch( PITEM pError ); void _errRelease( PITEM pError );