aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/image.h')
-rw-r--r--include/gwin/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/image.h b/include/gwin/image.h
index 7eb2d969..142f6374 100644
--- a/include/gwin/image.h
+++ b/include/gwin/image.h
@@ -96,7 +96,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory);
* @brief Cache the image.
* @details Decodes and caches the current frame into RAM.
*
- * param[in] gh The widget (must be an image widget)
+ * @param[in] gh The widget (must be an image widget)
*
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
*