From 348f3dd078056e75729d460e7ad05f0993a055e2 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 18 Sep 2012 08:57:54 -0400 Subject: use the full field initializer for arg --- ponymix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponymix.c b/ponymix.c index 543baef..ded73a9 100644 --- a/ponymix.c +++ b/ponymix.c @@ -815,7 +815,7 @@ int main(int argc, char *argv[]) char *id = NULL; int rc = EXIT_SUCCESS; - struct arg_t arg = { 0 }; + struct arg_t arg = { 0, NULL, NULL }; struct runtime_t run = { .mode = MODE_DEVICE, .pp_name = "sink", -- cgit v1.2.3