summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.h b/firmware/target/hosted/sdl/system-sdl.h
index 979d556fdd..43ee0bdff1 100644
--- a/firmware/target/hosted/sdl/system-sdl.h
+++ b/firmware/target/hosted/sdl/system-sdl.h
@@ -59,7 +59,7 @@ void sim_do_exit(void) NORETURN_ATTR;
59 59
60extern bool background; /* True if the background image is enabled */ 60extern bool background; /* True if the background image is enabled */
61extern bool showremote; 61extern bool showremote;
62extern int display_zoom; 62extern double display_zoom;
63extern long start_tick; 63extern long start_tick;
64 64
65#endif /* _SYSTEM_SDL_H_ */ 65#endif /* _SYSTEM_SDL_H_ */