summaryrefslogtreecommitdiff
path: root/image/ico.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/ico.c')
-rw-r--r--image/ico.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/ico.c b/image/ico.c
index 9cb650bfe..cf74592a8 100644
--- a/image/ico.c
+++ b/image/ico.c
@@ -45,7 +45,7 @@ typedef struct nsico_content {
*
* \param width width of image in pixels
* \param height width of image in pixels
- * \param state a flag word indicating the initial state
+ * \param bmp_state A flag word indicating the initial state
* \return an opaque struct bitmap, or NULL on memory exhaustion
*/
static void *nsico_bitmap_create(int width, int height, unsigned int bmp_state)