Fix typo in ffi tests
parent
6980d1ce44
commit
30ec4e75a9
|
@ -138,7 +138,7 @@ float callback_test_6(float (*callback)(void))
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
int callback_test_7(double (*callback)(void))
|
double callback_test_7(double (*callback)(void))
|
||||||
{
|
{
|
||||||
double x;
|
double x;
|
||||||
printf("callback_test_7 entry\n");
|
printf("callback_test_7 entry\n");
|
||||||
|
|
Loading…
Reference in New Issue