From 13326b27164c81d17844f81e61a3c599018073b5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 1 Jul 2013 14:39:10 +0100 Subject: Namespace the atari global history functions. --- atari/deskmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/deskmenu.c') diff --git a/atari/deskmenu.c b/atari/deskmenu.c index 4300498f9..113998c08 100644 --- a/atari/deskmenu.c +++ b/atari/deskmenu.c @@ -459,7 +459,7 @@ static void __CDECL menu_lhistory(short item, short title, void *data) static void __CDECL menu_ghistory(short item, short title, void *data) { LOG(("%s", __FUNCTION__)); - global_history_open(); + atari_global_history_open(); } static void __CDECL menu_add_bookmark(short item, short title, void *data) -- cgit v1.2.3