examples: test-uri: fix tainted variable

Insignificant but this keeps Coverity happy.

CID #1268404
This commit is contained in:
Luis de Bethencourt 2015-03-03 13:51:01 +00:00
parent b04856f0cf
commit d92ff17026

View file

@ -61,7 +61,7 @@ remove_map (GstRTSPServer * server)
#endif
int
main (int argc, char *argv[])
main (int argc, gchar * argv[])
{
GMainLoop *loop;
GstRTSPServer *server;