sched: Allow more than one running scheduler instance.
[paraslash.git] / afh_common.c
index 7ecab4e47a9bd7e47bcc7e378043d62d663cf343..44a6fd62cbe50c758aba17b33dd45c0e7eb831c6 100644 (file)
@@ -9,7 +9,6 @@
 #include <sys/mman.h> /* mmap */
 #include <sys/time.h> /* gettimeofday */
 #include <sys/types.h>
-#include <dirent.h>
 #include <regex.h>
 
 #include "para.h"
@@ -214,7 +213,7 @@ success:
  *
  * \param i The audio format number.
  *
- * This returns a pointer to statically allocated memory so it
+ * \return This returns a pointer to statically allocated memory so it
  * must not be freed by the caller.
  */
 const char *audio_format_name(int i)