Skip to content

Commit

Permalink
fix ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 9, 2023
1 parent d21527c commit 43bcc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/re_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ typedef int re_sock_t;
* @param expr expression
*/

#if defined(RELEASE) || defined(NDEBUG)
#if defined(RELEASE) || defined(NDEBUG)
#define re_assert(expr) (void)0
#define re_assert_se(expr) do(expr) while(false)
#else
Expand Down

0 comments on commit 43bcc8b

Please sign in to comment.