Skip to content
Snippets Groups Projects
Commit c68cadc0 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

tor_assert had a misleading comment

svn:r5338
parent 6dafca62
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment