diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2016-12-11 16:14:41 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2016-12-11 16:14:41 +0100 |
commit | 55761170960b5f77bd213faef76e27e6c035d7d3 (patch) | |
tree | 850aa02ad11010f7f57585b1505c37d3915f2cca /src/partgpt.c | |
parent | 96469ca6492f30f1000141e78383e008fb751216 (diff) |
Replace EXFAT by exFAT
Diffstat (limited to 'src/partgpt.c')
-rw-r--r-- | src/partgpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partgpt.c b/src/partgpt.c index e21d620..3ca598c 100644 --- a/src/partgpt.c +++ b/src/partgpt.c @@ -457,7 +457,7 @@ static int check_part_gpt(disk_t *disk, const int verbose,partition_t *partition { ret=check_FAT(disk,partition,verbose); if(ret!=0) - ret=check_EXFAT(disk, partition); + ret=check_exFAT(disk, partition); if(ret!=0) ret=check_NTFS(disk,partition,verbose,0); if(ret!=0) |