]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
Never start playback at an empty chunk.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 9c5c098e0fbe38dbe7d5f2b77e33994ffa4ed1bc..f15e4efb666738d5f12da542e3ae10c3d774132e 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -41,10 +41,7 @@ struct sched {
  * Before registering a task to the scheduler, the task structure must be
  * filled in properly by the caller.
  *
- * If one of these functions sets \a t->error to a negative value, the
- * task gets unregistered automatically.
- *
- * \sa struct sched.
+ * \sa \ref sched.
  */
 struct task {
        /**