mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
qa-reporter: fix typo
This commit is contained in:
parent
499f65a041
commit
b959a781a9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ G_STMT_START { \
|
||||||
#ifdef G_HAVE_GNUC_VARARGS
|
#ifdef G_HAVE_GNUC_VARARGS
|
||||||
#define GST_QA_REPORT(m, issue_id, args...) \
|
#define GST_QA_REPORT(m, issue_id, args...) \
|
||||||
G_STMT_START { \
|
G_STMT_START { \
|
||||||
gst_qa_reporter_do_report (GST_QA_REPORTER (m), \
|
gst_qa_report (GST_QA_REPORTER (m), \
|
||||||
issue_id, ##args ); \
|
issue_id, ##args ); \
|
||||||
} G_STMT_END
|
} G_STMT_END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue