mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09:00
Remove bogus semicolons
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
4b3a6342db
commit
7bd850ab36
@@ -1513,7 +1513,7 @@ static int channel_write_common(ssh_channel channel,
|
||||
effectivelen = len;
|
||||
}
|
||||
|
||||
effectivelen = MIN(effectivelen, maxpacketlen);;
|
||||
effectivelen = MIN(effectivelen, maxpacketlen);
|
||||
|
||||
rc = ssh_buffer_pack(session->out_buffer,
|
||||
"bd",
|
||||
|
||||
Reference in New Issue
Block a user