From 5515e67f4e8269ff416611b4b14d32f5ea421b86 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 30 Jan 2011 22:28:47 +0000 Subject: Cleaned up Statusbar code. svn path=/trunk/netsurf/; revision=11551 --- atari/statusbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/statusbar.h') diff --git a/atari/statusbar.h b/atari/statusbar.h index 2c8df3dae..ef6f1f040 100755 --- a/atari/statusbar.h +++ b/atari/statusbar.h @@ -21,5 +21,5 @@ CMP_STATUSBAR sb_create( struct gui_window * gw ); void sb_destroy( CMP_STATUSBAR s ); -void sb_set_text( struct gui_window * gw, char * text ); +void sb_set_text( CMP_STATUSBAR sb , char * text ); #endif -- cgit v1.2.3