Commit 01b8da07 authored by Bernd Eckenfels's avatar Bernd Eckenfels

Removed code duplication (Sourceforege#3567952 reported by hugh redelmeier)

parent e8b37a84
......@@ -304,7 +304,6 @@ int aftrans_opt(const char *arg)
if (tmp2)
*(tmp2++) = '\0';
paft = aftrans;
for (paft = aftrans; paft->alias; paft++) {
if (strcmp(tmp1, paft->alias))
continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment