Update OsMoThread.java
This commit is contained in:
parent
5aa8512ee2
commit
d78db9967b
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ public class OsMoThread {
|
|||
res.append(c);
|
||||
}
|
||||
|
||||
return res.toString().trim() +"=\n"
|
||||
return res.toString().trim() +"=\n";
|
||||
}
|
||||
|
||||
public long getLastCommandTime() {
|
||||
|
|
Loading…
Reference in a new issue