diff src/http/modules/ngx_http_mp4_module.c @ 5496:9d056f10fb99

Style: removed surplus semicolons.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 27 Dec 2013 18:47:42 +0400
parents 2fda9065d0f4
children 847c308917af
line wrap: on
line diff
--- a/src/http/modules/ngx_http_mp4_module.c
+++ b/src/http/modules/ngx_http_mp4_module.c
@@ -542,7 +542,7 @@ ngx_http_mp4_handler(ngx_http_request_t 
 
         mp4->file.fd = of.fd;
         mp4->file.name = path;
-        mp4->file.log = r->connection->log;;
+        mp4->file.log = r->connection->log;
         mp4->end = of.size;
         mp4->start = (ngx_uint_t) start;
         mp4->request = r;