diff options
author | James Booth <boothj5@gmail.com> | 2012-08-26 22:39:42 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-08-26 22:39:42 +0100 |
commit | 3edd75af75d3e60f0807a74c3dc9afefc9dee34f (patch) | |
tree | b685f65530d73371913476d634b76eef6ec11224 | |
parent | 4ccda744a553b2a454bfa8da4c66d7b87a0d98f4 (diff) | |
download | profani-tty-3edd75af75d3e60f0807a74c3dc9afefc9dee34f.tar.gz |
Added comment to GLib compatibility function
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 40f9d925..078e8ae4 100644 --- a/src/common.c +++ b/src/common.c @@ -29,6 +29,7 @@ #include "common.h" +// backwards compatibility for GLib version < 2.28 void p_slist_free_full(GSList *items, GDestroyNotify free_func) { |