fix compiler warning

This commit is contained in:
Yang Tse 2010-02-05 20:52:00 +00:00
parent 880452d2ed
commit 2c2464a682

View File

@ -27,7 +27,7 @@ int test(char *URL)
{ {
int res; int res;
CURL *curl; CURL *curl;
char *stream_uri; char *stream_uri = NULL;
char *rtsp_session_id; char *rtsp_session_id;
int request=1; int request=1;
int i; int i;