Skip to content

Commit

Permalink
Removed code duplication (Sourceforege#3567952 reported by hugh redel…
Browse files Browse the repository at this point in the history
…meier)
  • Loading branch information
ecki committed Sep 15, 2012
1 parent e8b37a8 commit 01b8da0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/af.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 01b8da0

Please sign in to comment.