1
0
Fork 0

[idn2] This else does not make sense

This commit is contained in:
Witold Filipczyk 2024-04-18 20:33:52 +02:00
parent ac7292ef82
commit e136d663c9
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ lookup_cmd(struct option *o, char ***argv, int *argc)
if (code == IDN2_OK) {
idname = idname2;
} else {
idname2 = NULL;
}
}
#endif