mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
fix whitespace
This commit is contained in:
parent
ad0e5aff54
commit
395449d3df
1 changed files with 4 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue