[Github-comments] [geany/geany] TM cleanups (#957)
Colomban Wendling
notifications at xxxxx
Tue May 3 18:42:53 UTC 2016
> @@ -409,14 +413,21 @@ static void write_includes_file(FILE *fp, GList *includes_files)
> g_free(str);
> node = g_list_next(node);
> }
> +
> + fclose(fp);
> +
> + return TRUE;
`return fclose(fp) == 0;`
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61933729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160503/e409ee9f/attachment.html>
More information about the Github-comments
mailing list