mirror of https://github.com/cy384/ssheven.git
fix whitespace
This commit is contained in:
parent
ad0e5aff54
commit
395449d3df
|
@ -622,12 +622,11 @@ void* read_thread(void* arg)
|
||||||
// disallow pasting after connection is closed
|
// disallow pasting after connection is closed
|
||||||
DisableItem(menu, 5);
|
DisableItem(menu, 5);
|
||||||
|
|
||||||
// If the remote server closes the client connection unexpectedly, call disconnect()
|
// If the remote server closes the client connection unexpectedly, call disconnect()
|
||||||
// to release memory and avoid the user having to manually select Disconnect and then
|
// to release memory and avoid the user having to manually select Disconnect and then
|
||||||
// Connect.. from the file menu.
|
// Connect.. from the file menu.
|
||||||
|
|
||||||
disconnect();
|
|
||||||
|
|
||||||
|
disconnect();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue