]> git.sesse.net Git - vlc/commitdiff
Try to stay consistent.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 May 2009 16:36:58 +0000 (18:36 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 May 2009 16:36:58 +0000 (18:36 +0200)
modules/gui/pda/pda_support.c

index d5521c96e4f41b6e11ac0e9861587b30dfad4679..99fcb57eaa2d47b406659ae1109ccbd81d7f2991 100644 (file)
@@ -76,7 +76,7 @@ GtkWidget*
 create_pixmap                          (GtkWidget       *widget,
                                         const gchar     *filename)
 {
-  VLC_UNUSED( widget );
+  (void) widget;
   gchar *pathname = NULL;
   GtkWidget *pixmap;