examples: test-uri: fix tainted variable
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 3 Mar 2015 13:51:01 +0000 (13:51 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 3 Mar 2015 13:53:11 +0000 (13:53 +0000)
Insignificant but this keeps Coverity happy.

CID #1268404

examples/test-uri.c

index acea862..8a9c56c 100644 (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;