summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/download.c')
-rw-r--r--atari/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/download.c b/atari/download.c
index dad5d1f76..9ebe78751 100644
--- a/atari/download.c
+++ b/atari/download.c
@@ -287,7 +287,7 @@ gui_download_window_create(download_context *ctx, struct gui_window *parent)
gdw = calloc(1, sizeof(struct gui_download_window));
if( gdw == NULL ){
- warn_user(NULL, "Out of memory!");
+ atari_warn_user(NULL, "Out of memory!");
free( destination );
return( NULL );
}