Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Sep 27, 2012
1 parent 0cd7883 commit e630c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_rtmp_record_module.c
Expand Up @@ -791,7 +791,7 @@ ngx_rtmp_record_node_av(ngx_rtmp_session_t *s, ngx_rtmp_record_rec_ctx_t *rctx,
if ((rracf->flags & NGX_RTMP_RECORD_MANUAL) &&
!brkframe && rctx->nframes == 0)
{
return NGX_OK;
return NGX_OK;
}

if (rctx->file.fd == NGX_INVALID_FILE) {
Expand Down

0 comments on commit e630c91

Please sign in to comment.