mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +03: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
@ -43,7 +43,7 @@ static int teardown(void **state)
|
||||
}
|
||||
|
||||
static void torture_callbacks_size(void **state) {
|
||||
struct ssh_callbacks_struct *cb = *state;;
|
||||
struct ssh_callbacks_struct *cb = *state;
|
||||
|
||||
assert_int_not_equal(cb->size, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user