summaryrefslogtreecommitdiffstats
path: root/polyp/cli-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/cli-command.c')
-rw-r--r--polyp/cli-command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/cli-command.c b/polyp/cli-command.c
index 750d67ea..39ea9cc1 100644
--- a/polyp/cli-command.c
+++ b/polyp/cli-command.c
@@ -236,6 +236,8 @@ static int pa_cli_command_stat(struct pa_core *c, struct pa_tokenizer *t, struct
"Default source name: %s\n",
pa_namereg_get_default_sink_name(c),
pa_namereg_get_default_source_name(c));
+
+
return 0;
}