diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index d4f079e..f926998 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -374,7 +374,7 @@ typedef struct { 1.0 scrolls 1 line up. Some systems and devices support finer resolution and/or higher values for fast scrolls, so programs should handle any value gracefully. - */ +*/ typedef struct { PuglEventType type; ///< PUGL_SCROLL PuglEventFlags flags; ///< Bitwise OR of PuglEventFlag values |