OSDN Git Service

Merge branch 'master' of http://exfat.googlecode.com/svn/trunk/ into kitkat-x86
[android-x86/external-exfat.git] / fsck / main.c
index bb716e8..13bda63 100644 (file)
@@ -20,9 +20,9 @@
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include <exfat.h>
 #include <stdio.h>
 #include <string.h>
-#include <exfat.h>
 #include <exfatfs.h>
 #include <inttypes.h>
 #include <unistd.h>
@@ -135,7 +135,7 @@ static void usage(const char* prog)
        exit(1);
 }
 
-int main(int argc, char* argv[])
+int exfatfsck_main(int argc, char* argv[])
 {
        int opt;
        const char* spec = NULL;