diff options
Diffstat (limited to 'Tests/InterfaceLibrary/dummy.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/dummy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/dummy.cpp b/Tests/InterfaceLibrary/dummy.cpp index 341aaaf..e9ad257 100644 --- a/Tests/InterfaceLibrary/dummy.cpp +++ b/Tests/InterfaceLibrary/dummy.cpp @@ -1,5 +1,5 @@ -int main(int, char **) +int main(int, char**) { return 0; } |