From 3adfaf7f9fc02da252b8238748038dffec969d17 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 29 Oct 2013 23:54:43 -0700 Subject: [PATCH] not sure how a backslash slipped into an include, but it's gone now --- libobs/obs-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libobs/obs-source.c b/libobs/obs-source.c index 509acf4bc..eacc78049 100644 --- a/libobs/obs-source.c +++ b/libobs/obs-source.c @@ -15,7 +15,7 @@ along with this program. If not, see . ******************************************************************************/ -#include "media-io\format-conversion.h" +#include "media-io/format-conversion.h" #include "util/platform.h" #include "obs.h"