summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/browser_win.c')
-rwxr-xr-xatari/browser_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/browser_win.c b/atari/browser_win.c
index 71847c84d..f6179e351 100755
--- a/atari/browser_win.c
+++ b/atari/browser_win.c
@@ -112,7 +112,7 @@ int window_create( struct gui_window * gw,
return( -1 );
memset( gw->root, 0, sizeof(struct s_gui_win_root) );
gw->root->title = malloc(atari_sysinfo.aes_max_win_title_len+1);
- gw->root->handle = WindCreate( flags,40, 40, app.w, app.h );
+ gw->root->handle = WindCreate( flags, 40, 40, app.w, app.h );
if( gw->root->handle == NULL ) {
free( gw->root->title );
free( gw->root );