diff options
Diffstat (limited to 'Tests/Wrapping/wrapFLTK.cxx')
-rw-r--r-- | Tests/Wrapping/wrapFLTK.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Wrapping/wrapFLTK.cxx b/Tests/Wrapping/wrapFLTK.cxx index 78f2de1..8488f4e 100644 --- a/Tests/Wrapping/wrapFLTK.cxx +++ b/Tests/Wrapping/wrapFLTK.cxx @@ -1 +1,4 @@ -int main(void) { return 0; } +int main(void) +{ + return 0; +} |