client: message tweak

This commit is contained in:
David Anderson 2014-02-24 23:29:37 -05:00
parent fe8b26ac73
commit 1fb6d713dc
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ const char* cant_fetch_work_string(PROJECT* p, char* buf) {
);
x += buf2;
if (i < coprocs.n_rsc-1) {
x += ";";
x += "; ";
}
}
x += ")";