Fix function pointer can be NULL

pull/1982/head
jsteube 5 years ago
parent c507a649f0
commit f374da11e3

@ -540,7 +540,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
}
else
{
m02500_aux = NULL;
return false;
}
m02500_aux

@ -515,7 +515,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
}
else
{
m02501_aux = NULL;
return false;
}
m02501_aux

Loading…
Cancel
Save