summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-03-23 12:05:05 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-03-23 12:05:05 -0700
commit1a583f7940e18a8ef28ca14e74e85e0785d39067 (patch)
tree7801cd8498a4f362003fae76ca0ad87772990183
parentc55baebf4ebf1887262cc16899eb297b9f284f6e (diff)
XQuartz: Properly comment extra tokens (-Wextra-tokens) after endif
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--hw/xquartz/threadSafety.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/threadSafety.h b/hw/xquartz/threadSafety.h
index 7b009103a..3ff9eaf7e 100644
--- a/hw/xquartz/threadSafety.h
+++ b/hw/xquartz/threadSafety.h
@@ -53,4 +53,4 @@ const char *threadSafetyID(pthread_t tid);
#define TA_APPKIT()
#endif
-#endif _XQ_THREAD_SAFETY_H_
+#endif /* _XQ_THREAD_SAFETY_H_ */