We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548b468 commit 4803b46Copy full SHA for 4803b46
source/include/defender.h
@@ -341,9 +341,9 @@ typedef enum
341
342
/* Keys used in defender report. */
343
#if ( defined( DEFENDER_USE_LONG_KEYS ) && ( DEFENDER_USE_LONG_KEYS == 1 ) )
344
- #define DEFENDER_REPORT_SELECT_KEY( longKey, shortKey ) ( longKey )
+ #define DEFENDER_REPORT_SELECT_KEY( longKey, shortKey ) longKey
345
#else
346
- #define DEFENDER_REPORT_SELECT_KEY( longKey, shortKey ) ( shortKey )
+ #define DEFENDER_REPORT_SELECT_KEY( longKey, shortKey ) shortKey
347
#endif
348
349
/** @endcond */
0 commit comments