Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Jul 26, 2023
1 parent d994164 commit 360b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ static RdbStatus listZipListItem(RdbParser *p, BulkInfo *ziplistBulk) {
}

if (unlikely(p->errorCode != RDB_OK)) {
return p->errorCode;
return RDB_STATUS_ERROR;
}
}

Expand Down

0 comments on commit 360b402

Please sign in to comment.