summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 40f99b330d..6b1f51a24e 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -522,7 +522,7 @@ void glyph_cache_save(void)
522 522
523 if (fnt_file >= 0) { 523 if (fnt_file >= 0) {
524 524
525 glyph_file = creat(GLYPH_CACHE_FILE, O_WRONLY); 525 glyph_file = creat(GLYPH_CACHE_FILE);
526 526
527 if (glyph_file < 0) return; 527 if (glyph_file < 0) return;
528 528