Adding test for getoption

This commit is contained in:
Michael Tryby
2019-03-01 12:12:10 -05:00
parent 612c898bd2
commit b3a9701863
2 changed files with 29 additions and 1 deletions

View File

@@ -1042,7 +1042,7 @@ int DLLEXPORT EN_getstatistic(EN_Project p, int type, double *value)
break;
default:
*value = 0.0;
break;
return 251;
}
return 0;
}