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

Collapse All | Expand All

(-)src/pilot-read-palmpix.c (-2 / +1 lines)
Lines 223-230 Link Here
223
	png_infop info_ptr;
223
	png_infop info_ptr;
224
224
225
	png_ptr = png_create_write_struct
225
	png_ptr = png_create_write_struct
226
		( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
226
		( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
227
		png_error_ptr_NULL, png_error_ptr_NULL);
228
227
229
	if(!png_ptr)
228
	if(!png_ptr)
230
		return;
229
		return;

Return to bug 145163