daemon.c: daemon_set_default_log_colors() returns void.
authorAndre Noll <maan@systemlinux.org>
Tue, 24 Apr 2012 06:43:32 +0000 (08:43 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 24 Apr 2012 06:43:32 +0000 (08:43 +0200)
Remove the incorrect documentation of the (non existing) return
value.

daemon.c

index c47aa954fd8a1bfc94cd3a3c379500ddc8a22a93..7f71017540455d716574ce831cf6b02773b5e71a 100644 (file)
--- 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]".
  * \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)
 {
  */
 void daemon_set_log_color_or_die(char const *arg)
 {