Skip to content

Commit

Permalink
Fix missing return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Oct 19, 2017
1 parent a1b5e35 commit ae70b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swfmill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ int swfmill_library(int argc, char *argv[]) {
return -1;
}

swfmill_do_xslt(doc, transform, outfile);
return swfmill_do_xslt(doc, transform, outfile);
}

int main(int argc, char *argv[]) {
Expand Down

0 comments on commit ae70b5a

Please sign in to comment.