]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.c
Fix return codes for loop functions.
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 335cb62f52f395453464ecc057c96531b1243c08..b3ec80e2377c49e8df37ee2288530212a0e200fa 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -1,3 +1,4 @@
+/** \file adu.c The main functions used by all modes of operation. */
 #include "adu.h"
 #include <dirent.h> /* readdir() */
 #include <pwd.h>
@@ -178,7 +179,7 @@ static struct osl_column_description user_table_cols[] = {
  * The log function.
  *
  * \param ll Loglevel.
- * \param fml Usual format string.
+ * \param fmt Usual format string.
  *
  * All XXX_LOG() macros use this function.
  */