Skip to content

Commit

Permalink
Fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 11, 2014
1 parent 2f8b220 commit e38b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/conffile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ static CONF_SECTION *cf_template_copy(CONF_SECTION *parent, CONF_SECTION const *
cp2->item.filename = cp1->item.filename;
cp2->item.lineno = cp1->item.lineno;

cf_item_add(cs, &(cp1->item));
cf_item_add(cs, &(cp2->item));
continue;
}

Expand Down

0 comments on commit e38b0e0

Please sign in to comment.