mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
shut up warning about missing semicolon
This commit is contained in:
@ -120,7 +120,7 @@ gboolean g_spawn_async_with_fds(const gchar *working_directory, gchar **argv,
|
||||
gpointer user_data, GPid *child_pid, gint stdin_fd,
|
||||
gint stdout_fd, gint stderr_fd, GError **error);
|
||||
|
||||
typedef struct { gchar* key; int value } GDebugKey;
|
||||
typedef struct { gchar* key; int value; } GDebugKey;
|
||||
#define g_parse_debug_string(str, keys, nkeys) 0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user