summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d6a21e8ef6..8c206053aa 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -288,7 +288,7 @@ struct system_status
288 obviously a better fix is to fix the screen... so remove this 288 obviously a better fix is to fix the screen... so remove this
289 when that happens */ 289 when that happens */
290#endif 290#endif
291 char last_screen; 291 signed char last_screen;
292 int viewer_icon_count; 292 int viewer_icon_count;
293}; 293};
294 294