summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-04-09 11:33:34 +0000
committerOle Loots <ole@monochrom.net>2012-04-09 11:33:34 +0000
commitebd0f1366d6ea92d9fa354c4afd61c00ae1ea18a (patch)
tree66f795c23a5267ae086718b3b81d7ec7da9735bb /atari/browser_win.c
parent96a29062984db2c7e318e54e13e645783e80e591 (diff)
downloadnetsurf-ebd0f1366d6ea92d9fa354c4afd61c00ae1ea18a.tar.gz
netsurf-ebd0f1366d6ea92d9fa354c4afd61c00ae1ea18a.tar.bz2
Removed debug output, text format changes...
svn path=/trunk/netsurf/; revision=13841
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 );