diff -ru gdk-pixbuf-0.11.0.orig/gdk-pixbuf/gdk-pixbuf-xlibrgb.c gdk-pixbuf-0.11.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.c
--- gdk-pixbuf-0.11.0.orig/gdk-pixbuf/gdk-pixbuf-xlibrgb.c	Sun Aug 27 13:27:15 2000
+++ gdk-pixbuf-0.11.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.c	Mon Apr 30 16:16:05 2001
@@ -730,7 +730,7 @@
 void
 xlib_rgb_init (Display *display, Screen *screen)
 {
-  int prefDepth = -1;            // let the function do the visual scoring
+  int prefDepth = -1;            /* let the function do the visual scoring */
   xlib_rgb_init_with_depth(display, screen, prefDepth);
 }
 
diff -ru gdk-pixbuf-0.11.0.orig/gdk-pixbuf/io-gif.c gdk-pixbuf-0.11.0/gdk-pixbuf/io-gif.c
--- gdk-pixbuf-0.11.0.orig/gdk-pixbuf/io-gif.c	Wed Jul 19 22:40:08 2000
+++ gdk-pixbuf-0.11.0/gdk-pixbuf/io-gif.c	Mon Apr 30 16:17:29 2001
@@ -88,7 +88,7 @@
 	GIF_LZW_FILL_BUFFER,
 	GIF_LZW_CLEAR_CODE,
 	GIF_GET_LZW,
-	GIF_DONE,
+	GIF_DONE
 };
 
 
