From bbbe24ac9f35053e6e8930dade7fc5f72a13182e Mon Sep 17 00:00:00 2001 From: artemp Date: Fri, 22 May 2015 09:03:58 +0100 Subject: [PATCH] format - remove extra ; --- include/mapnik/util/file_io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/util/file_io.hpp b/include/mapnik/util/file_io.hpp index 6c6553340..ff9f37e17 100644 --- a/include/mapnik/util/file_io.hpp +++ b/include/mapnik/util/file_io.hpp @@ -66,7 +66,7 @@ public: inline std::FILE * get() const { - return file_.get();; + return file_.get(); } inline std::size_t size() const