tazweb 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 e60526b4d075
files src/main.c src/with-toolbar.c
line diff
     1.1 --- a/src/main.c	Mon Apr 04 17:23:30 2011 +0200
     1.2 +++ b/src/main.c	Mon Apr 04 17:31:19 2011 +0200
     1.3 @@ -70,7 +70,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);
     2.1 --- a/src/with-toolbar.c	Mon Apr 04 17:23:30 2011 +0200
     2.2 +++ b/src/with-toolbar.c	Mon Apr 04 17:31:19 2011 +0200
     2.3 @@ -179,7 +179,8 @@
     2.4  }
     2.5  
     2.6  /* Create an icon */
     2.7 -static GdkPixbuf *create_pixbuf (const gchar * image)
     2.8 +static GdkPixbuf*
     2.9 +create_pixbuf (const gchar * image)
    2.10  {
    2.11     GdkPixbuf *pixbuf;
    2.12     pixbuf = gdk_pixbuf_new_from_file (image, NULL);