From 52cabfcdb598a5cc1deb0c1caf309211a83b2f8a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 21 Dec 2023 13:32:51 +0000 Subject: static assert: More appropriate name for internal enum value --- include/nsutils/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nsutils/assert.h b/include/nsutils/assert.h index 0f8f14d..7f59f2f 100644 --- a/include/nsutils/assert.h +++ b/include/nsutils/assert.h @@ -17,7 +17,7 @@ #define ns_static_assert(e) \ { \ enum { \ - cyaml_static_assert_check = 1 / (!!(e)) \ + ns_static_assert_check = 1 / (!!(e)) \ }; \ } -- cgit v1.2.3