Skip to content

Commit

Permalink
Add missing void parameter to fmi3GetVersion() (#515)
Browse files Browse the repository at this point in the history
fixes #514
  • Loading branch information
t-sommer authored Jun 14, 2024
1 parent b20ed8c commit 1ed89c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmi3Functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static bool allowedState(ModelInstance *instance, int statesExpected, char *name
Common Functions
****************************************************/

const char* fmi3GetVersion() {
const char* fmi3GetVersion(void) {
return fmi3Version;
}

Expand Down

0 comments on commit 1ed89c6

Please sign in to comment.