qa-reporter: fix typo

This commit is contained in:
Thiago Santos 2013-08-06 19:42:21 -03:00
parent 499f65a041
commit b959a781a9

View file

@ -46,7 +46,7 @@ G_STMT_START { \
#ifdef G_HAVE_GNUC_VARARGS
#define GST_QA_REPORT(m, issue_id, args...) \
G_STMT_START { \
gst_qa_reporter_do_report (GST_QA_REPORTER (m), \
gst_qa_report (GST_QA_REPORTER (m), \
issue_id, ##args ); \
} G_STMT_END