Skip to content

Commit

Permalink
Fix building of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Dec 19, 2016
1 parent b1d4e3c commit 1796fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shlr/zip/zip/zip_close.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ _zip_create_temp_output(struct zip *za, FILE **outp)
0
#endif
);

#endif

*outp = tfp;
return temp;
}
Expand Down

0 comments on commit 1796fc4

Please sign in to comment.