aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/var_cell_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/var_cell_st.h')
-rw-r--r--src/core/or/var_cell_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/var_cell_st.h b/src/core/or/var_cell_st.h
index 4287c83f6d..607c0d6c83 100644
--- a/src/core/or/var_cell_st.h
+++ b/src/core/or/var_cell_st.h
@@ -19,5 +19,5 @@ struct var_cell_t {
uint8_t payload[FLEXIBLE_ARRAY_MEMBER];
};
-#endif
+#endif /* !defined(VAR_CELL_ST_H) */