Skip to content

Commit 5eedc54

Browse files
committed
FIX: incompatible integer to pointer conversion warning
1 parent 13c4d3b commit 5eedc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/n-strings.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static struct digest {
7272

7373
/***********************************************************************
7474
**
75-
*/ REBOOL *Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
75+
*/ REBOOL Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
7676
/*
7777
***********************************************************************/
7878
{

0 commit comments

Comments
 (0)