diff src/audacious/ui_fileinfopopup.c @ 2657:dd5f6197e18f trunk

[svn] - fixed c++ish declaration in a c file (part 4)
author giacomo
date Sat, 07 Apr 2007 05:15:25 -0700
parents f6c8622ef240
children 7dad846ec699
line wrap: on
line diff
--- a/src/audacious/ui_fileinfopopup.c	Sat Apr 07 05:08:36 2007 -0700
+++ b/src/audacious/ui_fileinfopopup.c	Sat Apr 07 05:15:25 2007 -0700
@@ -335,10 +335,10 @@
     gint x, y, x_off = 3, y_off = 3, h, w;
     gchar *length_string, *year_string, *track_string;
     gchar *last_artwork;
+    const static gchar default_artwork[] = DATA_DIR "/images/audio.png";
 
     last_artwork =
         g_object_get_data(G_OBJECT(filepopup_win), "last_artwork");
-    const static gchar default_artwork[] = DATA_DIR "/images/audio.png";
 
     g_return_if_fail(tuple != NULL);