[vlc-devel] commit: Try to stay consistent. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed May 20 18:53:52 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 19 18:36:58 2009 +0200| [d0240cc7ddeffc038247df1c13663eae2477cfe1] | committer: Jean-Baptiste Kempf
Try to stay consistent.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0240cc7ddeffc038247df1c13663eae2477cfe1
---
modules/gui/pda/pda_support.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/pda/pda_support.c b/modules/gui/pda/pda_support.c
index d5521c9..99fcb57 100644
--- a/modules/gui/pda/pda_support.c
+++ b/modules/gui/pda/pda_support.c
@@ -76,7 +76,7 @@ GtkWidget*
create_pixmap (GtkWidget *widget,
const gchar *filename)
{
- VLC_UNUSED( widget );
+ (void) widget;
gchar *pathname = NULL;
GtkWidget *pixmap;
More information about the vlc-devel
mailing list