summaryrefslogtreecommitdiff
path: root/src/core/or/half_edge_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/half_edge_st.h')
-rw-r--r--src/core/or/half_edge_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/half_edge_st.h b/src/core/or/half_edge_st.h
index d4617be108..1fe47ad3f1 100644
--- a/src/core/or/half_edge_st.h
+++ b/src/core/or/half_edge_st.h
@@ -30,5 +30,5 @@ typedef struct half_edge_t {
int connected_pending : 1;
} half_edge_t;
-#endif
+#endif /* !defined(HALF_EDGE_ST_H) */