summaryrefslogtreecommitdiff
path: root/firmware/common/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/file.c')
-rw-r--r--firmware/common/file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/common/file.c b/firmware/common/file.c
index 644019effc..4477ed10aa 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.c
@@ -554,9 +554,3 @@ int lseek(int fd, int offset, int whence)
554 554
555 return pos; 555 return pos;
556} 556}
557
558/*
559 * local variables:
560 * eval: (load-file "../rockbox-mode.el")
561 * end:
562 */