summaryrefslogtreecommitdiff
path: root/include/netsurf/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-10 16:05:41 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-10 16:06:38 +0100
commit8fb2fc6fc347ddd68db0ce70648e9a2d25ef88e3 (patch)
tree3192c08dfdc038ea0e0c5ee2b74bfd70e51efc90 /include/netsurf/bitmap.h
parentc20ad212731526d46f872a8220c6a1f53696f7e1 (diff)
downloadnetsurf-8fb2fc6fc347ddd68db0ce70648e9a2d25ef88e3.tar.gz
netsurf-8fb2fc6fc347ddd68db0ce70648e9a2d25ef88e3.tar.bz2
rationalise history icon bitmap handling to ensure correct lifetime
Diffstat (limited to 'include/netsurf/bitmap.h')
-rw-r--r--include/netsurf/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index e54bdff85..a85efce99 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -154,7 +154,7 @@ struct gui_bitmap_table {
*
* \param bitmap The bitmap to save
* \param path The path to save the bitmap to.
- * \param flags Flags affectin the save.
+ * \param flags Flags affecting the save.
*/
bool (*save)(void *bitmap, const char *path, unsigned flags);