aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fastiv-io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fastiv-io.c b/fastiv-io.c
index 25b99b2..d4d3e9a 100644
--- a/fastiv-io.c
+++ b/fastiv-io.c
@@ -390,7 +390,8 @@ fastiv_io_open(const gchar *path, GError **error)
cairo_surface_t *surface = NULL;
switch (wuffs_base__magic_number_guess_fourcc(prefix)) {
case WUFFS_BASE__FOURCC__BMP:
- // Note that BMP can redirect into another format, which is unsupported.
+ // Note that BMP can redirect into another format,
+ // which is so far unsupported here.
surface = open_wuffs_using(
wuffs_bmp__decoder__alloc_as__wuffs_base__image_decoder,
data, len, error);