diff options
Diffstat (limited to 'Tests/InterfaceLibrary/sharedlibtestexe.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/sharedlibtestexe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/sharedlibtestexe.cpp b/Tests/InterfaceLibrary/sharedlibtestexe.cpp index c677f7067a..44f160da8b 100644 --- a/Tests/InterfaceLibrary/sharedlibtestexe.cpp +++ b/Tests/InterfaceLibrary/sharedlibtestexe.cpp @@ -10,7 +10,7 @@ #include "sharedlib.h" #include "shareddependlib.h" -int main(int,char**) +int main(int, char**) { SharedLibObject sl; SharedDependLibObject sdl = sl.object(); |