diff options
Diffstat (limited to 'src/microspdy/internal.h')
-rw-r--r-- | src/microspdy/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microspdy/internal.h b/src/microspdy/internal.h index 72dfd3ec..7876c785 100644 --- a/src/microspdy/internal.h +++ b/src/microspdy/internal.h | |||
@@ -73,10 +73,10 @@ extern void *spdyf_panic_cls; | |||
73 | /** | 73 | /** |
74 | * Asserts the validity of an expression. | 74 | * Asserts the validity of an expression. |
75 | * | 75 | * |
76 | * @param expression (bool) | 76 | * @param expr (bool) |
77 | * @param msg message to print on error (const char *) | 77 | * @param msg message to print on error (const char *) |
78 | */ | 78 | */ |
79 | #define SPDYF_ASSERT(expr,msg) \ | 79 | #define SPDYF_ASSERT(expr, msg) \ |
80 | if(!(expr)){\ | 80 | if(!(expr)){\ |
81 | SPDYF_PANIC(msg);\ | 81 | SPDYF_PANIC(msg);\ |
82 | abort();\ | 82 | abort();\ |