summaryrefslogtreecommitdiff
path: root/spice/controller_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'spice/controller_prot.h')
-rw-r--r--spice/controller_prot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index 6cf4ca0..38329c5 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -96,8 +96,8 @@ typedef struct ATTR_PACKED ControllerData {
uint8_t data[0];
} ControllerData;
-#define CONTROLLER_MENU_ITEM_DELIMITER L"\n"
-#define CONTROLLER_MENU_PARAM_DELIMITER L"\r"
+#define CONTROLLER_MENU_ITEM_DELIMITER "\n"
+#define CONTROLLER_MENU_PARAM_DELIMITER "\r"
enum {
CONTROLLER_MENU_FLAGS_SEPARATOR = 1 << 0,