diff options
Diffstat (limited to 'include/pugl/pugl.h')
-rw-r--r-- | include/pugl/pugl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index ad24c0d..bad881f 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1611,7 +1611,7 @@ puglEnterContext(PuglView* view, bool drawing); PUGL_API PUGL_DEPRECATED_BY("PUGL_DESTROY") PuglStatus puglLeaveContext(PuglView* view, bool drawing); -#endif /* PUGL_DISABLE_DEPRECATED */ +#endif // PUGL_DISABLE_DEPRECATED /** @} @@ -1621,4 +1621,4 @@ puglLeaveContext(PuglView* view, bool drawing); PUGL_END_DECLS -#endif /* PUGL_PUGL_H */ +#endif // PUGL_PUGL_H |