aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-18 08:57:54 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-18 08:57:54 -0400
commit348f3dd078056e75729d460e7ad05f0993a055e2 (patch)
treea4d8ce8f706c84e3fc762d75c12fc17da542776c
parent70a59f1a1285296d78b099da5b4ff2fcdbae7b03 (diff)
downloadmirror-ponymix-348f3dd078056e75729d460e7ad05f0993a055e2.tar.gz
mirror-ponymix-348f3dd078056e75729d460e7ad05f0993a055e2.tar.bz2
mirror-ponymix-348f3dd078056e75729d460e7ad05f0993a055e2.zip
use the full field initializer for arg
-rw-r--r--ponymix.c2
1 files changed, 1 insertions, 1 deletions
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",