]> git.tuebingen.mpg.de Git - adu.git/commitdiff
Fix prototype of com_create().
authorAndre Noll <maan@systemlinux.org>
Fri, 20 Jun 2008 08:44:54 +0000 (10:44 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jun 2008 08:44:54 +0000 (10:44 +0200)
create.c

index a27fe8e7097af4a2c0b8be44e99fa8a42dedb120..615349fc7331418ad1e128b08f4ff040e91fa34a 100644 (file)
--- a/create.c
+++ b/create.c
@@ -181,7 +181,7 @@ out:
        return ret;
 }
 
-int com_create()
+int com_create(void)
 {
        uint64_t zero = 0ULL;
        int ret;