summaryrefslogtreecommitdiff
path: root/atari/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/statusbar.h')
-rwxr-xr-xatari/statusbar.h2
1 files changed, 1 insertions, 1 deletions
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