nica: Sync with upstream

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-06-11 18:47:54 +01:00
parent 378e68804c
commit 451ffe7680
+1 -1
View File
@@ -34,7 +34,7 @@
*/
void nc_dump_file_descriptor_leaks(void);
#define streq(x, y) strcmp(x, y) == 0 ? true : false
#define streq(x, y) (strcmp(x, y) == 0 ? true : false)
DEF_AUTOFREE(char, free)
DEF_AUTOFREE(FILE, fclose)