projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f92e15
)
daemon.c: daemon_set_default_log_colors() returns void.
author
Andre Noll
<maan@systemlinux.org>
Tue, 24 Apr 2012 06:43:32 +0000
(08:43 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/daemon.c
b/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]".
- *
- * \return 1 On success, -1 on errors.
*/
void daemon_set_log_color_or_die(char const *arg)
{