summaryrefslogtreecommitdiff
path: root/image/ico.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-19 09:07:31 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-21 23:27:21 +0100
commit010306e1ad48c66650bff68ec0e4e485f6518a65 (patch)
treeda0fc49ce604477ce21c46b4a5817d91a2f80b28 /image/ico.c
parentfcadb1f6f884dac4191090175655602ed5117127 (diff)
downloadnetsurf-010306e1ad48c66650bff68ec0e4e485f6518a65.tar.gz
netsurf-010306e1ad48c66650bff68ec0e4e485f6518a65.tar.bz2
Clean up doxygen errors in image handlers.
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)