From: Nick Mathewson Date: Mon, 26 Apr 2004 23:01:15 +0000 (+0000) Subject: Remove spurious semi X-Git-Tag: debian-version-0.0.5+0.0.6rc3-1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6d4b93863eb39b7ad084b694446f44499de16e8;p=thirdparty%2Ftor.git Remove spurious semi svn:r1724 --- diff --git a/src/common/tortls.h b/src/common/tortls.h index c0099c9444..f0685e6599 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -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);