mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
shut up warning about missing semicolon
This commit is contained in:
parent
e7cddd4c3a
commit
679e5b9c17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue