summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/history.c b/atari/history.c
index a33f7f0dc..5501b9091 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -72,7 +72,7 @@ void atari_global_history_open( void )
}
}
-void global_history_close( void )
+void atari_global_history_close( void )
{
wind_close(gemtk_wm_get_handle(gl_history.window));
gl_history.open = false;