diff options
Diffstat (limited to 'tests/check/pipelines/gio.c')
-rw-r--r-- | tests/check/pipelines/gio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/pipelines/gio.c b/tests/check/pipelines/gio.c index 07ca0136..c4b17f2a 100644 --- a/tests/check/pipelines/gio.c +++ b/tests/check/pipelines/gio.c @@ -135,7 +135,7 @@ GST_START_TEST (test_memory_stream) GST_END_TEST; -Suite * +static Suite * gio_testsuite (void) { Suite *s = suite_create ("gio"); |