]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/mkexfat.c
New upstream version 1.2.8
[sven/exfat-utils.git] / mkfs / mkexfat.c
index 8a4b6bfeacfaea0941f7a72fd6040ce76fcbc753..e89e8d706b514d1e15ffe0e8bb493a2b25f0bad9 100644 (file)
@@ -3,7 +3,7 @@
        FS creation engine.
 
        Free exFAT implementation.
-       Copyright (C) 2011-2014  Andrew Nayenko
+       Copyright (C) 2011-2018  Andrew Nayenko
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "mkexfat.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <string.h>
-#include "mkexfat.h"
 
 static int check_size(off_t volume_size)
 {