summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-05-24 01:26:41 -0400
committerThibault Saunier <tsaunier@igalia.com>2021-05-27 12:23:05 -0400
commit6196aab94b8ea59fa9f8905cca10cb6901d34034 (patch)
tree2081f656026e17322b8bfb4c9c9ef656ae910bf2
parent3883be76e735059f7b35ddf33705f2e62e4f72c9 (diff)
validate: Make array delemiter a line continuation char
Making its usage more friendly Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/248>
-rw-r--r--validate/gst/validate/gst-validate-utils.c2
1 files changed, 1 insertions, 1 deletions
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)