Fix typo in ffi tests

slava 2006-02-19 06:46:11 +00:00
parent 6980d1ce44
commit 30ec4e75a9
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ float callback_test_6(float (*callback)(void))
return x;
}
int callback_test_7(double (*callback)(void))
double callback_test_7(double (*callback)(void))
{
double x;
printf("callback_test_7 entry\n");