Remove an erroneous semicolon.
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous semicolon.
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							83e2e23fe1
						
					
				
				
					commit
					6556787e0a
				
			| @ -1371,7 +1371,7 @@ gdkx_colormap_get (Colormap xcolormap) | ||||
|   GdkColormap *colormap; | ||||
|  | ||||
|   if (xcolormap == DefaultColormap (GDK_SCREEN_XDISPLAY (screen), | ||||
| 				    GDK_SCREEN_XNUMBER (screen))); | ||||
| 				    GDK_SCREEN_XNUMBER (screen))) | ||||
|     return g_object_ref (gdk_screen_get_system_colormap (screen)); | ||||
|  | ||||
|   colormap = gdk_colormap_lookup (screen, xcolormap); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user