diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-03-23 12:05:05 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-03-23 12:05:05 -0700 |
commit | 1a583f7940e18a8ef28ca14e74e85e0785d39067 (patch) | |
tree | 7801cd8498a4f362003fae76ca0ad87772990183 /hw/xquartz | |
parent | c55baebf4ebf1887262cc16899eb297b9f284f6e (diff) |
XQuartz: Properly comment extra tokens (-Wextra-tokens) after endif
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/threadSafety.h | 2 |
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_ */ |