Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c60c51

Browse files
committed
Declare function arguments for function pointer
1 parent 045268a commit 8c60c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ plot_class_get( Classmodel *classmodel, PElement *root )
375375
Imageinfo *ii2;
376376
IMAGE *t;
377377
DOUBLEMASK *mask;
378-
int (*fn)();
378+
int (*fn)(VipsImage *, VipsImage *);
379379

380380
/* nx1 or 1xm images only ... use Bands for columns.
381381
*/

0 commit comments

Comments
 (0)