From e057b873b52708326fb654d9bcbbf84b932c4b02 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 3 Aug 2015 23:09:51 +0200 Subject: amend e09c620; now with semicolon :) --- libs/pbd/system_exec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/system_exec.cc b/libs/pbd/system_exec.cc index 0602805db6..abe5fd2108 100644 --- a/libs/pbd/system_exec.cc +++ b/libs/pbd/system_exec.cc @@ -365,7 +365,7 @@ SystemExec::make_wargs(char **a) { wa.append(" \""); wa.append(*tmp); if (strlen(*tmp) > 0 && (*tmp)[strlen(*tmp) - 1] == '\\') { - wa.append("\\") + wa.append("\\"); } wa.append("\""); tmp++; -- cgit v1.2.3