Author: abrander Date: 2009-10-14 02:42:36 +0200 (Wed, 14 Oct 2009) New Revision: 2712
Modified: trunk/librawstudio/rs-filter-response.h Log: Fixed typo. Modified: trunk/librawstudio/rs-filter-response.h =================================================================== --- trunk/librawstudio/rs-filter-response.h 2009-10-14 00:39:05 UTC (rev 2711) +++ trunk/librawstudio/rs-filter-response.h 2009-10-14 00:42:36 UTC (rev 2712) @@ -153,7 +153,7 @@ * @param value A value to store */ void -rs_filter_response_set_float(const RSFilterResponse *filter_response, const gchar *name, const gfloat value) +rs_filter_response_set_float(const RSFilterResponse *filter_response, const gchar *name, const gfloat value); /** * Get a float property @@ -162,7 +162,7 @@ * @param value A pointer to a gfloat where the value will be stored * @return TRUE if the property was found, FALSE otherwise */ -gboolean rs_filter_response_get_float(const RSFilterResponse *filter_response, const gchar *name, gfloat *value) +gboolean rs_filter_response_get_float(const RSFilterResponse *filter_response, const gchar *name, gfloat *value); G_END_DECLS _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
