Loading src/tool_easysrc.c +39 −41 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ void dumpeasysrc(struct GlobalConfig *config) struct curl_slist *ptr; char *o = config->libcurl; if(o) { FILE *out; bool fopened = FALSE; if(strcmp(o, "-")) { Loading Loading @@ -221,7 +220,6 @@ void dumpeasysrc(struct GlobalConfig *config) if(fopened) fclose(out); } } easysrc_free(); } Loading Loading
src/tool_easysrc.c +39 −41 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ void dumpeasysrc(struct GlobalConfig *config) struct curl_slist *ptr; char *o = config->libcurl; if(o) { FILE *out; bool fopened = FALSE; if(strcmp(o, "-")) { Loading Loading @@ -221,7 +220,6 @@ void dumpeasysrc(struct GlobalConfig *config) if(fopened) fclose(out); } } easysrc_free(); } Loading