diff options
Diffstat (limited to 'Tests/Complex/Library/TestLink.c')
-rw-r--r-- | Tests/Complex/Library/TestLink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Complex/Library/TestLink.c b/Tests/Complex/Library/TestLink.c index 25dee08..f4bc255 100644 --- a/Tests/Complex/Library/TestLink.c +++ b/Tests/Complex/Library/TestLink.c @@ -1,4 +1,4 @@ -int TestLinkGetType() +int TestLinkGetType(void) { #ifdef CMakeTestLinkShared_EXPORTS return 0; |