diff options
Diffstat (limited to 'src/gwin')
-rw-r--r-- | src/gwin/gimage.c | 2 | ||||
-rw-r--r-- | src/gwin/label.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gwin/gimage.c b/src/gwin/gimage.c index 2dcba4ba..1eabfed1 100644 --- a/src/gwin/gimage.c +++ b/src/gwin/gimage.c @@ -6,7 +6,7 @@ */ /** - * @file src/gwin/image.c + * @file src/gwin/gimage.c * @brief GWIN sub-system image code. */ diff --git a/src/gwin/label.c b/src/gwin/label.c index 71ed18eb..2ff60eb4 100644 --- a/src/gwin/label.c +++ b/src/gwin/label.c @@ -115,4 +115,5 @@ GHandle gwinLabelCreate(GLabelObject *widget, GWidgetInit *pInit) { } #endif // GFX_USE_GWIN && GFX_NEED_LABEL +/** @} */ |