From 1a583f7940e18a8ef28ca14e74e85e0785d39067 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 23 Mar 2011 12:05:05 -0700 Subject: [PATCH] XQuartz: Properly comment extra tokens (-Wextra-tokens) after endif Signed-off-by: Jeremy Huddleston --- hw/xquartz/threadSafety.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */