From cde09ce0686cff103940806b33956caeba61d5c7 Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Thu, 29 Jun 2017 03:41:48 +0200 Subject: [PATCH] strings: Fix alignment --- source/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"