diff options
Diffstat (limited to 'Tests/InterfaceLibrary/definetestexe.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/definetestexe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/definetestexe.cpp b/Tests/InterfaceLibrary/definetestexe.cpp index 9044076..a6b5592 100644 --- a/Tests/InterfaceLibrary/definetestexe.cpp +++ b/Tests/InterfaceLibrary/definetestexe.cpp @@ -18,7 +18,7 @@ extern int obj(); extern int sub(); -int main(int,char**) +int main(int, char**) { return obj() + sub(); } |