Update OsMoThread.java

This commit is contained in:
vshcherb 2014-05-29 14:18:14 +02:00
parent 5aa8512ee2
commit d78db9967b

View file

@ -412,7 +412,7 @@ public class OsMoThread {
res.append(c);
}
return res.toString().trim() +"=\n"
return res.toString().trim() +"=\n";
}
public long getLastCommandTime() {