From c6b485ea69e4300aa27b4395989e57f9d22712bd Mon Sep 17 00:00:00 2001 From: Shane Grant Date: Mon, 26 Aug 2013 22:20:27 -0700 Subject: [PATCH] done --- sandbox_json.cpp | 2 +- unittests.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox_json.cpp b/sandbox_json.cpp index ef62e1ae..e8333060 100644 --- a/sandbox_json.cpp +++ b/sandbox_json.cpp @@ -336,6 +336,6 @@ int main() // assert( f->array[2] == 3 ); // assert( f->array[3] == 4 ); //} - + return 0; } diff --git a/unittests.cpp b/unittests.cpp index ca1714b9..98c6964c 100644 --- a/unittests.cpp +++ b/unittests.cpp @@ -2930,4 +2930,4 @@ BOOST_AUTO_TEST_CASE( portable_binary_archive ) BOOST_CHECK_CLOSE(i_float , o_float, (float)1e-5); BOOST_CHECK_CLOSE(i_double , o_double, 1e-5); } -} \ No newline at end of file +}