Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2023-04-19 07:31:59 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2023-04-19 07:31:59 +0300
commit82ac57d9f1aaf575800cf17373348e45b7ce6c0d (patch)
tree7d6df7d08ad29ecaf1af732e0ebab62554193a61
parent9efa0eac04e44f399e2696eadd4abab0a0ee86a8 (diff)
oops, avoid using a reserved identifierv1.4
-rw-r--r--silk/debug.c2
1 files changed, 1 insertions, 1 deletions
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"