• Nils Goroll's avatar
    Constify · 6892f91c
    Nils Goroll authored
    fixes:
    
    config.c: In function 'conf_ParseLine':
    config.c:206:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
             *op = "+=";
                 ^
    config.c:210:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
             *op = "=";
                 ^
    6892f91c