diff --git a/source/strings.h b/source/strings.h index e7ef0b8..c8f657f 100644 --- a/source/strings.h +++ b/source/strings.h @@ -20,6 +20,6 @@ #pragma once #include "plugin.h" -#define P_TRANSLATE(x) obs_module_text(x) +#define P_TRANSLATE(x) obs_module_text(x) #define P_DESC(x) x ".Description"