Commit 9667a2d2 authored by Baptiste Coudurier's avatar Baptiste Coudurier

reindent

Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a9c1bb71
......@@ -4275,12 +4275,12 @@ static int parse_ffconfig(const char *filename)
filename, line_num);
errors++;
} else {
if (!redirect->feed_filename[0]) {
fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
filename, line_num);
errors++;
}
redirect = NULL;
if (!redirect->feed_filename[0]) {
fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
filename, line_num);
errors++;
}
redirect = NULL;
}
} else if (!strcasecmp(cmd, "LoadModule")) {
get_arg(arg, sizeof(arg), &p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment