From 2c3e56a6aa2e5f358ac0f245804b3dbf5e7d89fb Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 13 Feb 2025 23:20:03 +0100 Subject: [PATCH] libgimp: fixing annotation formatting. This is markup format where the asterisk has some special meaning. --- libgimp/gimpprocedure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimp/gimpprocedure.c b/libgimp/gimpprocedure.c index 6e156024f8..16a18d4607 100644 --- a/libgimp/gimpprocedure.c +++ b/libgimp/gimpprocedure.c @@ -750,7 +750,7 @@ gimp_procedure_get_proc_type (GimpProcedure *procedure) * * This is a comma separated list of image types, or actually drawable * types, that this procedure can deal with. Wildcards are possible - * here, so you could say "RGB*" instead of "RGB, RGBA" or "*" for all + * here, so you could say "RGB\*" instead of "RGB, RGBA" or "\*" for all * image types. * * Supported types are "RGB", "GRAY", "INDEXED" and their variants