diff options
Diffstat (limited to 'Tests/DocTest/DocTest.cxx')
-rw-r--r-- | Tests/DocTest/DocTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/DocTest/DocTest.cxx b/Tests/DocTest/DocTest.cxx index 2263cbd73..a8a62ab6c 100644 --- a/Tests/DocTest/DocTest.cxx +++ b/Tests/DocTest/DocTest.cxx @@ -13,7 +13,7 @@ int main () fprintf(stderr,"failed to find undefined properties file"); return 1; } - + char buffer[1024]; while ( fin ) { @@ -28,6 +28,6 @@ int main () } } fin.close(); - + return result; } |