From 4d9b67499727f1cce58c2bd65a06178f91fc30b4 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 22 Feb 2013 19:02:58 +0000 Subject: Remove struct selection from ami_file_save and anywhere that feeds into it --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 7cee642e9..73f26ce1b 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1879,7 +1879,7 @@ void ami_handle_msg(void) case 's': ami_file_save_req(AMINS_SAVE_SOURCE, gwin, - gwin->bw->current_content, NULL); + gwin->bw->current_content); break; case 'p': -- cgit v1.2.3