]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.c
Force status item update on mood/playlist changes.
[paraslash.git] / stdout.c
index b26661594a940373fe5e6bd20e67c54607e70b4c..9fc20ed0253d91f9ecb3fe3591843feb48b82eb3 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -89,7 +89,7 @@ void stdout_task_register(struct stdout_task *sot, struct sched *s)
                .name = "stdout",
        };
 
-       /* See stdin.c for details. */
+       /* See \ref stdin.c for details. */
        ret = fcntl(STDOUT_FILENO, F_GETFL);
        if (ret < 0) {
                PARA_EMERG_LOG("F_GETFL: %s\n", strerror(errno));