From 170d8624e1370fd396ba41be7b15d7fce179eb90 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 20 Apr 2007 01:09:12 +0000 Subject: [PATCH] * New line chars at EOF (missed one) * Magically make warnings disapear. * ticket:263. --- alg/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alg/io.cpp b/alg/io.cpp index 4d7624b..367f463 100644 --- a/alg/io.cpp +++ b/alg/io.cpp @@ -14,4 +14,4 @@ void multiplatform_getline(std::istream& in, std::string& line) if (c=='\012' or c == '\015') { in.get(); } -} \ No newline at end of file +} -- 2.30.2