diff options
author | Sven Gothel <[email protected]> | 2013-09-13 12:54:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-13 12:54:21 +0200 |
commit | 112d4d97426e9f49cb73dea58ec220292238d118 (patch) | |
tree | 0a6255d148c758c683d4a481bf8c1ad183c4683c | |
parent | 040bba68fc5e06414176f8e7887c83be20dab0f0 (diff) |
jawt_md.h: fix preprocessor comment
-rw-r--r-- | make/stub_includes/jni/macosx/jawt_md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/jni/macosx/jawt_md.h b/make/stub_includes/jni/macosx/jawt_md.h index e65474b..3b019dd 100644 --- a/make/stub_includes/jni/macosx/jawt_md.h +++ b/make/stub_includes/jni/macosx/jawt_md.h @@ -59,7 +59,7 @@ JAWT_MacOSXDrawingSurfaceInfo; @property (readonly) CALayer *windowLayer; @end -#endif __GLUEGEN__ +#endif /* __GLUEGEN__ */ #ifdef __cplusplus } |