aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/msgbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msgbox.c')
-rw-r--r--[-rwxr-xr-x]src/msgbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgbox.c b/src/msgbox.c
index 3099e50..f9a8cb7 100755..100644
--- a/src/msgbox.c
+++ b/src/msgbox.c
@@ -184,7 +184,7 @@ GtkWidget *msg_box_new (gchar *title, gchar *message, const gchar *stock_id,
gtk_container_add(GTK_CONTAINER(GTK_DIALOG(mb)->action_area),ButtonBox);
/* Read buttons from variable arguments */
- va_start (cursor,stock_id);
+ va_start(cursor,stock_id);
while ( (cursor_value = va_arg(cursor,gint)) != 0 )
{
Button = Create_Button_With_Pixmap(cursor_value);