From 9fde3502b659d3858cd1978d2c6535c57efbe924 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 23:27:13 +0000 Subject: doxygen cleanups in utils --- gtk/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/bitmap.c') 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; -- cgit v1.2.3