commit | 19961d20ceb90d7b3a7b0b7276974d88affe722e | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jan 12 15:36:30 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jan 12 15:36:30 2009 +0000 |
tree | d75adc263467f6c536aaa22b6d3e58a1bd1ad844 | |
parent | 303df47fcbbbbb9d2bc823b0bdae54682db358a9 [diff] [blame] |
style fix
diff --git a/src/core/ngx_slab.c b/src/core/ngx_slab.c index b187026..233544b 100644 --- a/src/core/ngx_slab.c +++ b/src/core/ngx_slab.c
@@ -685,7 +685,7 @@ } ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, NGX_ENOMEM, - "ngx_slab_alloc(): failed"); + "ngx_slab_alloc(): failed"); return NULL; }