X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=mkfs%2Fmkexfat.c;h=801f36729c6eb28548da3c0f70e71b1712776439;hb=dde84579c22f53e630c51d2817d040bd01c33317;hp=8a4b6bfeacfaea0941f7a72fd6040ce76fcbc753;hpb=fafa077eddb099165e156853d3d25662fcf5bf30;p=sven%2Fexfat-utils.git diff --git a/mkfs/mkexfat.c b/mkfs/mkexfat.c index 8a4b6bf..801f367 100644 --- a/mkfs/mkexfat.c +++ b/mkfs/mkexfat.c @@ -3,7 +3,7 @@ FS creation engine. Free exFAT implementation. - Copyright (C) 2011-2014 Andrew Nayenko + Copyright (C) 2011-2017 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 @@ -20,12 +20,12 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "mkexfat.h" #include #include #include #include #include -#include "mkexfat.h" static int check_size(off_t volume_size) {