summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-01 14:46:16 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-01 14:46:16 +0100
commitd84805fd515d623e7990a083adcf7e112c66c9ec (patch)
treeb893608b36d89db2fd6df06743c747d5e6c4f168 /atari
parent13326b27164c81d17844f81e61a3c599018073b5 (diff)
downloadnetsurf-d84805fd515d623e7990a083adcf7e112c66c9ec.tar.gz
netsurf-d84805fd515d623e7990a083adcf7e112c66c9ec.tar.bz2
Add atari_ namespace to another global history function.
Diffstat (limited to 'atari')
-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;