diff options
Diffstat (limited to 'src/common/buffers.h')
-rw-r--r-- | src/common/buffers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/buffers.h b/src/common/buffers.h index 5a52b2a81c..1eaa5f2d04 100644 --- a/src/common/buffers.h +++ b/src/common/buffers.h @@ -119,7 +119,7 @@ CHUNK_WRITE_PTR(chunk_t *chunk) return chunk->data + chunk->datalen; } -#endif +#endif /* defined(BUFFERS_PRIVATE) */ -#endif +#endif /* !defined(TOR_BUFFERS_H) */ |