[cairo-commit] cairo/src cairo-ps-surface.c,1.42,1.43

Carl Worth commit at pdx.freedesktop.org
Thu Jul 14 11:48:42 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv11593/src

Modified Files:
	cairo-ps-surface.c 
Log Message:

        * src/cairo-ps-surface.c: (pattern_is_translucent): Add missing
        (putatively unreachable) return value.


Index: cairo-ps-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-ps-surface.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- cairo-ps-surface.c	13 Jul 2005 19:32:51 -0000	1.42
+++ cairo-ps-surface.c	14 Jul 2005 18:48:40 -0000	1.43
@@ -624,6 +624,7 @@
     }	
 
     ASSERT_NOT_REACHED;
+    return FALSE;
 }
 
 /* PS Output - this section handles output of the parts of the meta




More information about the cairo-commit mailing list