Constify
This commit is contained in:
parent
058aeab2ce
commit
b1568850ed
|
@ -623,7 +623,7 @@ static int _pkgconfig_parse(PkgConfig * pc, FILE * fp)
|
|||
{
|
||||
Pkg *p;
|
||||
char * line;
|
||||
size_t len = 256;
|
||||
const size_t len = 256;
|
||||
size_t i;
|
||||
|
||||
p = _pkglist_get(pc->pkgs, pc->pkgs->len - 1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user