Skip to content

Commit

Permalink
Update test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lbutler committed Oct 17, 2023
1 parent f3e6d84 commit 4beb385
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/epanet-engine/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ int netbuilder()
}

EMSCRIPTEN_KEEPALIVE
int getversion2(int *i)
int getversion()
{
return EN_getversion(i);
int i;
EN_getversion(*i);
return i;
}

void writeConsole(char *s)
Expand Down

0 comments on commit 4beb385

Please sign in to comment.