diff options
Diffstat (limited to 'fatfs/fat.c')
-rw-r--r-- | fatfs/fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/fat.c b/fatfs/fat.c index f31ce115..e765376d 100644 --- a/fatfs/fat.c +++ b/fatfs/fat.c @@ -606,8 +606,8 @@ fat_get_freespace (void) if (next_cluster == FAT_FREE_CLUSTER) free_clusters++; } + diskfs_end_catch_exception (); } - diskfs_end_catch_exception (); return free_clusters; } |