From 608dfae22e1b5145210314ca6c7268420dd639c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 10 Dec 2016 16:46:55 +0300 Subject: Fix some issues found by automatic checks. --- src/actions/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index df86fefc2..74c7bfe52 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -702,7 +702,7 @@ impHandler(openUrl) impHandler(execute) { - const size_t idx = event.args.find(" "); + const size_t idx = event.args.find(' '); std::string name; std::string params; if (idx == std::string::npos) -- cgit v1.2.3-70-g09d2