From: Tollef Fog Heen Date: Sun, 6 Dec 2009 21:08:21 +0000 (+0100) Subject: Constify a variable X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28961881803765a8d5a025734c38645b7379a283;p=pkg-config Constify a variable Thanks to J.H.M. Dassen (Ray) Bug #190 --- diff --git a/pkg.c b/pkg.c index 320ca64..48c96fd 100644 --- a/pkg.c +++ b/pkg.c @@ -768,7 +768,7 @@ verify_package (Package *pkg) GSList *conflicts_iter; GSList *system_dir_iter = NULL; int count; - gchar *c_include_path; + const gchar *c_include_path; /* Be sure we have the required fields */