summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ffserver.c b/ffserver.c
index bc282c9f4c..ccb5c0ab5c 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -1497,9 +1497,8 @@ static int http_parse_request(HTTPContext *c)
if (c->post) {
/* if post, it means a feed is being sent */
if (!stream->is_feed) {
- /* However it might be a status report from WMP! Lets log the data
- * as it might come in handy one day
- */
+ /* However it might be a status report from WMP! Let us log the
+ * data as it might come in handy one day. */
char *logline = 0;
int client_id = 0;