From 82ac57d9f1aaf575800cf17373348e45b7ce6c0d Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Wed, 19 Apr 2023 00:31:59 -0400 Subject: oops, avoid using a reserved identifier --- silk/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silk/debug.c b/silk/debug.c index 492282d0..46a24a47 100644 --- a/silk/debug.c +++ b/silk/debug.c @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "config.h" #endif -typedef int _prevent_empty_translation_unit_warning; +typedef int prevent_empty_translation_unit_warning; #include "debug.h" -- cgit v1.2.1