summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-12-06 22:08:21 +0100
committerTollef Fog Heen <tfheen@err.no>2009-12-06 22:08:21 +0100
commit28961881803765a8d5a025734c38645b7379a283 (patch)
tree287e2182041c175d061f46742cbfa9ee6cdf9a05
parent6ff8aeb77dd057dc826a9988113af345a81a5126 (diff)
Constify a variable
Thanks to J.H.M. Dassen (Ray) Bug #190
-rw-r--r--pkg.c2
1 files changed, 1 insertions, 1 deletions
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 */