]> git.tuebingen.mpg.de Git - adu.git/blobdiff - create.c
Make close_all_tables() static.
[adu.git] / create.c
index a5bd29810539e79a24d45fa6a287a0f644771e93..3a221ca58947eab378543717714593270a6ceb24 100644 (file)
--- a/create.c
+++ b/create.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file create.c The create mode of adu. */
+/** \file create.c \brief The create mode of adu. */
 
 #include <dirent.h> /* readdir() */
 #include "format.h"
@@ -172,6 +172,5 @@ int com_create(void)
                goto out;
        ret = write_uid_file();
 out:
-       close_all_tables();
        return ret;
 }