mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-07 06:11:41 +00:00
nica: Sync with upstream
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user