summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
commit9fde3502b659d3858cd1978d2c6535c57efbe924 (patch)
tree05b81ded322deb7fb0b7c1b7fa4d88bbbff193fc /gtk
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'gtk')
-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;