From 28961881803765a8d5a025734c38645b7379a283 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 6 Dec 2009 22:08:21 +0100 Subject: Constify a variable Thanks to J.H.M. Dassen (Ray) Bug #190 --- pkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1