amend e09c620; now with semicolon :)

This commit is contained in:
Robin Gareus
2015-08-03 23:09:51 +02:00
parent e09c62052d
commit e057b873b5

View File

@@ -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++;