Make it compile again

This commit is contained in:
martin 2022-05-29 12:15:00 +00:00
parent fe645b7202
commit c44afc56cf
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ decode_option(argon2_context *ctx, argon2_type *atype, const char *option)
}
a = strsep(&inp, "$");
if (a == null) {
if (a == NULL) {
free(in);
return -1;
}