summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-29 02:32:02 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-29 02:32:02 +0000
commit9667a2d268e08ed15576e6776fa1eac7213dc98b (patch)
tree0ad1d9d8a7d98de5d8812445062af578b03bf4db /ffserver.c
parenta9c1bb711b72652877cb1798deb31f7e20022a03 (diff)
reindent
Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ffserver.c b/ffserver.c
index 6bc447c671..b9718d843b 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -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);