From bbabaabc200a63e3a2816378b2162536b9af43a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 24 Sep 2021 01:44:13 +0200 Subject: [PATCH] Improve comment wording --- fastiv-io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);