summaryrefslogtreecommitdiff
path: root/amiga/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history.c')
-rwxr-xr-xamiga/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history.c b/amiga/history.c
index cc161d03f..23a6a709f 100755
--- a/amiga/history.c
+++ b/amiga/history.c
@@ -24,7 +24,7 @@
void ami_global_history_initialise(void)
{
- global_history_window = ami_tree_create(history_global_get_tree_flags(), NULL);
+ global_history_window = ami_tree_create(TREE_HISTORY, NULL);
if(!global_history_window) return;