diff options
author | Sven Gothel <[email protected]> | 2015-07-15 22:07:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-15 22:07:39 +0200 |
commit | 94d2e7353419a3f042fc560412c55c5b5aaba887 (patch) | |
tree | 564e34e189838baacb769b19329cfd0419ea7277 /make/stub_includes | |
parent | a224afde7eb5ee4b6877406e0321b3550586df2f (diff) |
Fix jni/macosx/jawt_md.h: Put comment in /* */ brackets ..
Diffstat (limited to 'make/stub_includes')
-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 519a513..5a73e44 100644 --- a/make/stub_includes/jni/macosx/jawt_md.h +++ b/make/stub_includes/jni/macosx/jawt_md.h @@ -54,7 +54,7 @@ JAWT_MacOSXDrawingSurfaceInfo; @property (readonly) CALayer *windowLayer; @end -#endif __GLUEGEN__ +#endif /* __GLUEGEN__ */ #ifdef __cplusplus } |