1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix ubuntu14 build warnings

This commit is contained in:
winlin 2014-06-29 00:09:55 +08:00
parent 594c1d8bf7
commit aad42d7941
8 changed files with 12 additions and 6 deletions

View file

@ -51,7 +51,7 @@ int main(int argc, char** argv)
" in_flv_file flv file to parse and show.\n"
"For example:\n"
" %s ../../doc/source.200kbps.768x320.flv\n",
argv[0]);
argv[0], argv[0]);
ret = 1;
exit(ret);
return ret;