summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index ce9b4a124e..06fa4ddf5b 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -2139,9 +2139,9 @@ int show_menu(void) /* return 1 to quit */
2139 playback_control(rb); 2139 playback_control(rb);
2140 break; 2140 break;
2141 case 4: 2141 case 4:
2142 MYLCD(clear_display)();
2143 break; 2142 break;
2144 } 2143 }
2144 MYLCD(clear_display)();
2145 rb->menu_exit(m); 2145 rb->menu_exit(m);
2146 return 0; 2146 return 0;
2147} 2147}