]> err.no Git - pkg-config/commitdiff
Constify a variable
authorTollef Fog Heen <tfheen@err.no>
Sun, 6 Dec 2009 21:08:21 +0000 (22:08 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 6 Dec 2009 21:08:21 +0000 (22:08 +0100)
Thanks to J.H.M. Dassen (Ray)
Bug #190

pkg.c

diff --git a/pkg.c b/pkg.c
index 320ca644413196774a307487bc8f85e663f9ce0f..48c96fd25b5ff3e5566ab9227b6fa363479e02fe 100644 (file)
--- 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 */