1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added comment to GLib compatibility function

This commit is contained in:
James Booth 2012-08-26 22:39:42 +01:00
parent 4ccda744a5
commit 3edd75af75

View File

@ -29,6 +29,7 @@
#include "common.h"
// backwards compatibility for GLib version < 2.28
void
p_slist_free_full(GSList *items, GDestroyNotify free_func)
{