[or-cvs] Remove spurious semi
Nick Mathewson
nickm at seul.org
Mon Apr 26 23:01:17 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv30718/src/common
Modified Files:
tortls.h
Log Message:
Remove spurious semi
Index: tortls.h
===================================================================
RCS file: /home/or/cvsroot/src/common/tortls.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- tortls.h 26 Apr 2004 23:00:07 -0000 1.13
+++ tortls.h 26 Apr 2004 23:01:15 -0000 1.14
@@ -33,7 +33,7 @@
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);
More information about the tor-commits
mailing list