summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_buf.h')
-rw-r--r--src/nxt_buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_buf.h b/src/nxt_buf.h
index d9d4ee1b..9c22d650 100644
--- a/src/nxt_buf.h
+++ b/src/nxt_buf.h
@@ -206,7 +206,7 @@ nxt_buf_set_last(b) \
#define \
nxt_buf_clear_last(b) \
- (b)->is_last = 0
+ (b)->is_last = 0
#define \