summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proof/ssc/sscUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/ssc/sscUtil.c b/src/proof/ssc/sscUtil.c
index 56939e40..efabe545 100644
--- a/src/proof/ssc/sscUtil.c
+++ b/src/proof/ssc/sscUtil.c
@@ -127,7 +127,7 @@ int Hsh_ManAdd( Hsh_Man_t * p, int iThis )
SeeAlso []
***********************************************************************/
-Vec_Int_t * Hsh_ManHashData( int * pData, int nDatas, int nSize, int nInts )
+Vec_Int_t * Hsh_ManHashData( unsigned * pData, int nDatas, int nSize, int nInts )
{
Vec_Int_t * vRes;
Hsh_Man_t * p;