OSDN Git Service

Merge branch 'master' of http://exfat.googlecode.com/svn/trunk/ into cm-10.2
[android-x86/external-exfat.git] / fsck / main.c
index 615aa9e..035c920 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>
@@ -131,7 +131,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;