GNOME Bugzilla – Bug 321333
error in gimpdatafactory.c
Last modified: 2008-01-15 14:04:56 UTC
Distribution/Version: 6.5.28 irix 6.5.28, mipspro 7.43, gimp 2.3.5 ----------------------------- cc-1117 c99: ERROR File = gimpdatafactory.c, Line = 464 An expression appears after a "return" in a "void" function. return gimp_data_factory_data_foreach (factory, ^
Fixed in CVS: 2005-11-13 Sven Neumann <sven@gimp.org> * app/core/gimpdatafactory.c (gimp_data_factory_data_free): do not return a value from a void function. Fixes bug #321333.
great! as fast as always. thanks!!