Skip to content

Commit

Permalink
FIX: incompatible integer to pointer conversion warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 26, 2022
1 parent 13c4d3b commit 5eedc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/n-strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static struct digest {

/***********************************************************************
**
*/ REBOOL *Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
*/ REBOOL Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
/*
***********************************************************************/
{
Expand Down

0 comments on commit 5eedc54

Please sign in to comment.