Use empty string instead of NULL if trigger key is not needed

This commit is contained in:
Johannes Marbach 2021-09-09 09:00:33 +02:00
parent 37b2ff53f7
commit 1f179042c9
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
}
/* Special characters */
#define TRIGGER_SPECIAL_US NULL
#define TRIGGER_SPECIAL_US ""
#define KEYS_SPECIAL_US { NULL }
#define ATTRIBUTES_SPECIAL_US { 0 }