From 463b82370e584a8b871311583bf9657cadd1b6cc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 7 Aug 2017 23:01:16 +0200 Subject: [PATCH 1/1] server: Fix comment of empty_status_items(). The function is not "used by vss", it is not even visible from vss.c as it is a static function defined in command.c. De-doxyfy the comment while at it. --- command.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/command.c b/command.c index f1797304..0b06e5c0 100644 --- a/command.c +++ b/command.c @@ -457,10 +457,9 @@ EXPORT_SERVER_CMD_HANDLER(version); ITEM(NUM_CHUNKS) \ ITEM(AMPLIFICATION) \ -/** - * Write a list of audio-file related status items with empty values. - * - * This is used by vss when currently no audio file is open. +/* + * Create a set of audio-file related status items with empty values. These are + * written to stat clients when no audio file is open. */ static unsigned empty_status_items(bool parser_friendly, char **result) { -- 2.39.2