fixed typo

This commit is contained in:
Roman Arutyunyan 2013-06-11 21:29:43 +04:00
parent e9a9c5f4bd
commit db34613f1a

View file

@ -105,7 +105,7 @@ ngx_int_t
ngx_rtmp_eval(ngx_rtmp_session_t *s, ngx_str_t *in, ngx_rtmp_eval_t **e,
ngx_str_t *out)
{
u_char c, *p;;
u_char c, *p;
ngx_str_t name;
ngx_buf_t b;
ngx_uint_t n;