diff src/pixbuf_util.c @ 1001:d22e21bfd2a3

Consistency: type * instead of type*.
author zas_
date Tue, 26 Aug 2008 22:30:40 +0000
parents 4fe8f9656107
children 5fc64d6252e7
line wrap: on
line diff
--- a/src/pixbuf_util.c	Tue Aug 26 22:22:51 2008 +0000
+++ b/src/pixbuf_util.c	Tue Aug 26 22:30:40 2008 +0000
@@ -430,7 +430,7 @@
 	return dest;
 }
 
-GdkPixbuf* pixbuf_apply_orientation(GdkPixbuf *pixbuf, gint orientation)
+GdkPixbuf *pixbuf_apply_orientation(GdkPixbuf *pixbuf, gint orientation)
 {
 	GdkPixbuf *dest;
 	GdkPixbuf *tmp = NULL;