From 6196aab94b8ea59fa9f8905cca10cb6901d34034 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 24 May 2021 01:26:41 -0400 Subject: [PATCH] validate: Make array delemiter a line continuation char Making its usage more friendly Part-of: --- validate/gst/validate/gst-validate-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-utils.c b/validate/gst/validate/gst-validate-utils.c index d57de65..d6c7d82 100644 --- a/validate/gst/validate/gst-validate-utils.c +++ b/validate/gst/validate/gst-validate-utils.c @@ -581,7 +581,7 @@ gst_validate_has_colored_output (void) } /* Parse file that contains a list of GStructures */ -#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[" +#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[<" static GList * _file_get_structures (GFile * file, gchar ** err, GstValidateGetIncludePathsFunc get_include_paths_func) -- 2.7.4