View | Details | Raw Unified | Return to bug 145163 | Differences between
and this patch

Collapse All | Expand All

(-)src/pilot-read-veo.c (-2 / +1 lines)
Lines 856-863 Link Here
856
   png_infop info_ptr;
856
   png_infop info_ptr;
857
857
858
   png_ptr = png_create_write_struct
858
   png_ptr = png_create_write_struct
859
	 (PNG_LIBPNG_VER_STRING, png_voidp_NULL,
859
	 (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
860
	  png_error_ptr_NULL, png_error_ptr_NULL);
861
860
862
   if (!png_ptr)
861
   if (!png_ptr)
863
	 return;
862
	 return;

Return to bug 145163