From 00998a993f9fc00f06f3ee5c87697c574e84ac21 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 13 Mar 2008 22:33:03 +0100 Subject: [PATCH 1/1] osl.c: Simplify comment. --- osl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osl.c b/osl.c index 25192288..c5f48945 100644 --- 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) -- 2.39.2