shut up warning about missing semicolon

This commit is contained in:
Nadia Holmquist Pedersen 2024-05-15 15:51:25 +02:00
parent e7cddd4c3a
commit 679e5b9c17
1 changed files with 1 additions and 1 deletions

View File

@ -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