summaryrefslogtreecommitdiff
path: root/rtcm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-13 05:17:19 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-13 05:17:19 +0000
commitf506d68c0af9b048c26c15178f7fb7fa15f5dc4a (patch)
treee75d8f36c4bb46888dc50b00241e0ac94ec4e491 /rtcm.h
parentccece899a712422cbee12d998244976458bb37bf (diff)
downloadgpsd-f506d68c0af9b048c26c15178f7fb7fa15f5dc4a.tar.gz
Conditionalization cleanup patch from Petr Slansky.
Diffstat (limited to 'rtcm.h')
-rw-r--r--rtcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtcm.h b/rtcm.h
index 0eac63d8..fb04668e 100644
--- a/rtcm.h
+++ b/rtcm.h
@@ -281,7 +281,7 @@ struct rtcm_msg_t {
#endif /* LITTLE_ENDIAN */
-#if WORDS_BIGENDIAN
+#ifdef WORDS_BIGENDIAN
/* This struct was generated from the above using invert-bitfields.pl */
#ifndef S_SPLINT_S /* splint thinks it's a duplicate definition */