summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 20:15:14 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 20:15:14 +0000
commit33eb1f413a03042b330796780cb29ae74894c9fd (patch)
tree77afefe532b7d40d4950b7c2b2ab73bb597289cd /atari/download.c
parent345cfc4ec8085fb4b14b90e305788a60ffa106e4 (diff)
downloadnetsurf-33eb1f413a03042b330796780cb29ae74894c9fd.tar.gz
netsurf-33eb1f413a03042b330796780cb29ae74894c9fd.tar.bz2
Doxygen warning fixes
Diffstat (limited to 'atari/download.c')
-rwxr-xr-xatari/download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/download.c b/atari/download.c
index c2a82d72b..9b140a4b5 100755
--- a/atari/download.c
+++ b/atari/download.c
@@ -415,7 +415,7 @@ static void gui_download_window_error(struct gui_download_window *dw,
strncpy((char*)&dw->lbl_file, error_msg, MAX_SLEN_LBL_FILE-1);
dw->status = NSATARI_DOWNLOAD_ERROR;
gemtk_wm_exec_redraw(dw->guiwin, NULL);
- gui_window_set_status(input_window, messages_get("Done") );
+ atari_window_set_status(input_window, messages_get("Done") );
// TODO: change abort to close
}
@@ -443,7 +443,7 @@ static void gui_download_window_done(struct gui_download_window *dw)
);
gemtk_wm_exec_redraw(dw->guiwin, NULL);
}
- gui_window_set_status(input_window, messages_get("Done") );
+ atari_window_set_status(input_window, messages_get("Done") );
}
static struct gui_download_table download_table = {