aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/msgbox.c
diff options
context:
space:
mode:
authorGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:00:32 +0100
committerGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:00:32 +0100
commitd022d6443c6b7564ae05a3af70035822bccd0b19 (patch)
tree57706bd83b146d8754f2a8d1f9abb55e050bb44d /src/msgbox.c
parent56302086c9c0d6af537d7603a7c63fb3606945f5 (diff)
EasyTag 2.1.3
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);