diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/platform_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/platform_types.h b/FL/platform_types.h index 7cdb8e4e3..3d812922e 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -62,7 +62,7 @@ typedef int FL_SOCKET; typedef NSOpenGLContext* GLContext; #elif defined(__cplusplus) typedef class NSOpenGLContext* GLContext; -#endif // __OBJC__ +#endif /* __OBJC__ */ #include <sys/stat.h> #include <sys/types.h> |
