diff --git a/src/tools/pw-cat.c b/src/tools/pw-cat.c index 5fdb9aa93..4e7e6954a 100644 --- a/src/tools/pw-cat.c +++ b/src/tools/pw-cat.c @@ -102,8 +102,8 @@ struct data { #define TYPE_DSD 2 #ifdef HAVE_PW_CAT_FFMPEG_INTEGRATION #define TYPE_ENCODED 3 -#define TYPE_SYSEX 4 #endif +#define TYPE_SYSEX 4 int data_type; bool raw; const char *remote_name;