fix compiler warning

This commit is contained in:
Yang Tse 2010-02-05 20:52:00 +00:00
parent 880452d2ed
commit 2c2464a682
1 changed files with 1 additions and 1 deletions

View File

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