tests: Fix another compiler warning with gcc

This commit is contained in:
Sebastian Dröge 2014-02-09 10:47:09 +01:00
parent 957a4a65c6
commit 04c386b727

View file

@ -183,7 +183,7 @@ start_server (void)
/* stop the tested rtsp server */
static void
stop_server ()
stop_server (void)
{
g_source_remove (source_id);
source_id = 0;