@@ -5,7 +5,7 @@
#define assert(x) \
do { \
if (!!(x)) \
if (!(x)) \
quit (); \
} while (0)
The note is not visible to the blocked user.