diff options
Diffstat (limited to 'src/core/or/cell_st.h')
-rw-r--r-- | src/core/or/cell_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/cell_st.h b/src/core/or/cell_st.h index 7ab7eceb50..c4eec4f4b5 100644 --- a/src/core/or/cell_st.h +++ b/src/core/or/cell_st.h @@ -16,5 +16,5 @@ struct cell_t { uint8_t payload[CELL_PAYLOAD_SIZE]; /**< Cell body. */ }; -#endif +#endif /* !defined(CELL_ST_H) */ |