From 8f3b85e2d1bd2b65153014a9c017b12efb28c5a1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 24 Apr 2012 08:43:32 +0200 Subject: [PATCH] daemon.c: daemon_set_default_log_colors() returns void. Remove the incorrect documentation of the (non existing) return value. --- daemon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon.c b/daemon.c index c47aa954..7f710175 100644 --- a/daemon.c +++ b/daemon.c @@ -65,8 +65,6 @@ void daemon_set_default_log_colors(void) * \param arg The loglevel/color specifier. * * \a arg must be of the form "ll:[fg [bg]] [attr]". - * - * \return 1 On success, -1 on errors. */ void daemon_set_log_color_or_die(char const *arg) { -- 2.39.2