tazweb diff src/with-toolbar.c @ rev 12

Small code clean
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 17:31:19 2011 +0200 (2011-04-04)
parents 181b77ec9d9f
children
line diff
     1.1 --- a/src/with-toolbar.c	Mon Apr 04 17:23:30 2011 +0200
     1.2 +++ b/src/with-toolbar.c	Mon Apr 04 17:31:19 2011 +0200
     1.3 @@ -179,7 +179,8 @@
     1.4  }
     1.5  
     1.6  /* Create an icon */
     1.7 -static GdkPixbuf *create_pixbuf (const gchar * image)
     1.8 +static GdkPixbuf*
     1.9 +create_pixbuf (const gchar * image)
    1.10  {
    1.11     GdkPixbuf *pixbuf;
    1.12     pixbuf = gdk_pixbuf_new_from_file (image, NULL);