mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
qa-report: fix typo on assertion comparison
This commit is contained in:
parent
3a419c3fd8
commit
a395133aa2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void
|
|||
gst_qa_issue_register (GstQaIssue * issue)
|
||||
{
|
||||
g_return_if_fail (g_hash_table_lookup (_gst_qa_issues,
|
||||
(gpointer) gst_qa_issue_get_id (issue)) != NULL);
|
||||
(gpointer) gst_qa_issue_get_id (issue)) == NULL);
|
||||
|
||||
g_hash_table_insert (_gst_qa_issues, (gpointer) gst_qa_issue_get_id (issue),
|
||||
issue);
|
||||
|
|
Loading…
Reference in a new issue