aboutsummaryrefslogtreecommitdiff
path: root/src/lib/arch/bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/arch/bytes.h')
-rw-r--r--src/lib/arch/bytes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/arch/bytes.h b/src/lib/arch/bytes.h
index b8b6288139..4756ca2beb 100644
--- a/src/lib/arch/bytes.h
+++ b/src/lib/arch/bytes.h
@@ -129,7 +129,7 @@ tor_ntohll(uint64_t a)
{
return a;
}
-#else /* !(defined(WORDS_BIGENDIAN)) */
+#else /* !defined(WORDS_BIGENDIAN) */
static inline uint16_t
tor_htons(uint16_t a)
{