From d66df63d6355eaf3844af5658a7babe6f9aefa7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 19 Feb 2022 18:04:31 +0100 Subject: [PATCH] babl: drop a now deprecated const --- babl/babl-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-format.c b/babl/babl-format.c index 982b851..3a8e6c0 100644 --- a/babl/babl-format.c +++ b/babl/babl-format.c @@ -346,7 +346,7 @@ babl_format_new (const void *first_arg, int components = 0; BablModel *model = NULL; const Babl *space = babl_space ("sRGB"); - const char *doc = NULL; + char *doc = NULL; BablComponent *component [BABL_MAX_COMPONENTS]; BablSampling *sampling [BABL_MAX_COMPONENTS]; const BablType*type [BABL_MAX_COMPONENTS]; -- 2.30.2