mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
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>
This commit is contained in:
parent
3883be76e7
commit
6196aab94b
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ gst_validate_has_colored_output (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Parse file that contains a list of GStructures */
|
/* Parse file that contains a list of GStructures */
|
||||||
#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\["
|
#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[<"
|
||||||
static GList *
|
static GList *
|
||||||
_file_get_structures (GFile * file, gchar ** err,
|
_file_get_structures (GFile * file, gchar ** err,
|
||||||
GstValidateGetIncludePathsFunc get_include_paths_func)
|
GstValidateGetIncludePathsFunc get_include_paths_func)
|
||||||
|
|
Loading…
Reference in a new issue