mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
tor_assert had a misleading comment
svn:r5338
This commit is contained in:
parent
6dafca62f0
commit
c68cadc0c8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
||||
fprintf(stderr,"%s:%d %s: Assertion %s failed; aborting.\n", \
|
||||
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
||||
abort(); /* unreached */ \
|
||||
abort(); \
|
||||
} } while (0)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue