summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gui/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp
index 3f1312f46..369b6b897 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -83,7 +83,7 @@ static int gRecorder = -1;
extern "C" void gr_write_frame_to_file(int fd);
-void flip(void)
+static void flip(void)
{
if (gRecorder != -1)
{