mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove spurious semi
svn:r1724
This commit is contained in:
parent
ad07c62938
commit
d6d4b93863
@ -33,7 +33,7 @@ int tor_tls_get_pending_bytes(tor_tls *tls);
|
||||
unsigned long tor_tls_get_n_bytes_read(tor_tls *tls);
|
||||
unsigned long tor_tls_get_n_bytes_written(tor_tls *tls);
|
||||
|
||||
#define assert_no_tls_errors() _assert_no_tls_errors(__FILE__,__LINE__);
|
||||
#define assert_no_tls_errors() _assert_no_tls_errors(__FILE__,__LINE__)
|
||||
|
||||
void _assert_no_tls_errors(const char *fname, int line);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user