summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2008-08-03 16:42:57 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2008-08-03 16:42:57 +0000
commitf5e46a580df6fbf49f804d9b32c61abdfe4cf898 (patch)
treefd30dcc21493a7ddb14b648303167381308f6cd7 /gpsd.h-tail
parent3ca39fe6c88d372412a6f1812568c42f4abe3ff9 (diff)
downloadgpsd-f5e46a580df6fbf49f804d9b32c61abdfe4cf898.tar.gz
Unify the header protection macro style a bit.
Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 7d5876f8..a9a61f4c 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -462,8 +462,7 @@ extern float roundf(float x);
void cfmakeraw(struct termios *);
#endif /* defined(__CYGWIN__) */
-#endif /* _gpsd_h_ */
-
+#endif /* _GPSD_H_ */
// Local variables:
// mode: c
// end: