1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[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

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