From 8687e31b54767faf498f6c08a132d714e327cd05 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 16 Oct 2016 19:55:47 +0200 Subject: typo Change-Id: I88c404d8e46ba87017af2167fd31dc9dd8758082 --- desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a7a6ea944a03..f87510b2bed6 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -110,7 +110,7 @@ std::string to_string(T x) return stream.str(); } -long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 ); +long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 ) { char* end; return strtol(str.c_str(), &end, base); -- cgit