]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
osl.c: Simplify comment.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Mar 2008 21:33:03 +0000 (22:33 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Mar 2008 21:33:03 +0000 (22:33 +0100)
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.
  *
  * 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)
  */
 int for_each_file_in_dir(const char *dirname,
                int (*func)(const char *, const void *), const void *private_data)