aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gimage.c')
-rw-r--r--src/gwin/gimage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gwin/gimage.c b/src/gwin/gimage.c
index baf14ad1..a4f477e9 100644
--- a/src/gwin/gimage.c
+++ b/src/gwin/gimage.c
@@ -7,7 +7,7 @@
/**
* @file src/gwin/gimage.c
- * @brief GWIN sub-system image code.
+ * @brief GWIN sub-system image code
*/
#include "gfx.h"
@@ -181,4 +181,3 @@ gdispImageError gwinImageCache(GHandle gh) {
}
#endif // GFX_USE_GWIN && GWIN_NEED_IMAGE
-/** @} */