Fix compile time warning when building with Clang.

PR 33282
This commit is contained in:
Nick Clifton
2025-08-18 15:27:34 +01:00
parent d412728cda
commit b6ebe65cda

View File

@@ -51,7 +51,7 @@ SECTION
/* Utility macro to make testing for string equality easier to read. */
#ifndef streq
#define streq(A,B) strcmp ((A), (B)) == 0
#define streq(A,B) (strcmp ((A), (B)) == 0)
#endif
/* Core note names. */