Author: post
Date: 2011-02-19 14:54:16 +0100 (Sat, 19 Feb 2011)
New Revision: 3819
Modified:
trunk/src/rs-photo.c
Log:
Fix warning.
Modified: trunk/src/rs-photo.c
===================================================================
--- trunk/src/rs-photo.c 2011-02-19 13:51:39 UTC (rev 3818)
+++ trunk/src/rs-photo.c 2011-02-19 13:54:16 UTC (rev 3819)
@@ -602,7 +602,7 @@
photo->auto_wb_mul = g_new0(gdouble, 4);
if (!photo->auto_wb_filter)
- return NULL;
+ return;
RS_IMAGE16 *input = calculate_auto_wb_data(photo);
gint row, col, x, y, c, val;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit