summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/fat.c')
-rw-r--r--firmware/drivers/fat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c
index 901820419f..020a48bdef 100644
--- a/firmware/drivers/fat.c
+++ b/firmware/drivers/fat.c
@@ -1804,9 +1804,3 @@ int fat_getnext(struct fat_dir *dir, struct fat_direntry *entry)
1804 } 1804 }
1805 return 0; 1805 return 0;
1806} 1806}
1807
1808/* -----------------------------------------------------------------
1809 * local variables:
1810 * eval: (load-file "../rockbox-mode.el")
1811 * end:
1812 */