src/liboconfig/oconfig.c: Declare "c_file" as "const char *".
authorSebastian Harl <sh@tokkee.org>
Sat, 24 May 2008 18:32:43 +0000 (20:32 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 27 May 2008 11:15:25 +0000 (13:15 +0200)
commitccf62a092bb5f2c010afaab3d1c1e7f25c5e8606
tree34a3edf354f8557038b431f4833931a06c0ce83e
parent36f72a66a6b5ad14d7ea67e739fc93633b55d6d3
src/liboconfig/oconfig.c: Declare "c_file" as "const char *".

This fixes an "assignment discards qualifiers from pointer target type"
warning. That string stores the name of the config file which is not
going to be modified by liboconfig.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/liboconfig/oconfig.c