aft.c: Move definition of "buf" down a bit.
[paraslash.git] / osl.c
diff --git a/osl.c b/osl.c
index 2519228890bc2c25f1b82da6887585afe42840ae..c5f48945ee6ca88980ce67a7376d6b6eb21c4e89 100644 (file)
--- a/osl.c
+++ b/osl.c
@@ -168,8 +168,7 @@ out:
  * are passed to \a func. Directories for which the calling process has no
  * permissions to change to are silently ignored.
  *
- * \return On success, 1 is returned. Otherwise, this function returns a
- * negative value which indicates the kind of the error.
+ * \return Standard.
  */
 int for_each_file_in_dir(const char *dirname,
                int (*func)(const char *, const void *), const void *private_data)