summaryrefslogtreecommitdiff
path: root/gtk/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/bitmap.c')
-rw-r--r--gtk/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/bitmap.c b/gtk/bitmap.c
index 3ae211497..a1cb8499c 100644
--- a/gtk/bitmap.c
+++ b/gtk/bitmap.c
@@ -341,7 +341,7 @@ bool bitmap_save(void *vbitmap, const char *path, unsigned flags)
/**
* The bitmap image has changed, so flush any persistant cache.
*
- * \param bitmap a bitmap, as returned by bitmap_create()
+ * \param vbitmap a bitmap, as returned by bitmap_create()
*/
void bitmap_modified(void *vbitmap) {
struct bitmap *gbitmap = (struct bitmap *)vbitmap;