comparison 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
comparison
equal deleted inserted replaced
5495:97f6cd787766 5496:9d056f10fb99
540 return NGX_HTTP_INTERNAL_SERVER_ERROR; 540 return NGX_HTTP_INTERNAL_SERVER_ERROR;
541 } 541 }
542 542
543 mp4->file.fd = of.fd; 543 mp4->file.fd = of.fd;
544 mp4->file.name = path; 544 mp4->file.name = path;
545 mp4->file.log = r->connection->log;; 545 mp4->file.log = r->connection->log;
546 mp4->end = of.size; 546 mp4->end = of.size;
547 mp4->start = (ngx_uint_t) start; 547 mp4->start = (ngx_uint_t) start;
548 mp4->request = r; 548 mp4->request = r;
549 549
550 switch (ngx_http_mp4_process(mp4)) { 550 switch (ngx_http_mp4_process(mp4)) {