From: Andre Noll Date: Tue, 24 Apr 2012 06:43:32 +0000 (+0200) Subject: daemon.c: daemon_set_default_log_colors() returns void. X-Git-Tag: v0.4.11~22^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8f3b85e2d1bd2b65153014a9c017b12efb28c5a1 daemon.c: daemon_set_default_log_colors() returns void. Remove the incorrect documentation of the (non existing) return value. --- 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) {