X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=interpolate.h;h=16a26b998699a8a5a5b3472f4b57a574a292beef;hb=16a4c6176ad096881d0021f1a922fbcc2835f799;hp=190a180b587aa565ae2ae71f9eb068ad75db168f;hpb=460ca302fdf453459850676c049ed7b46b43a0d4;p=git.git diff --git a/interpolate.h b/interpolate.h index 190a180b5..16a26b998 100644 --- a/interpolate.h +++ b/interpolate.h @@ -12,7 +12,7 @@ */ struct interp { - char *name; + const char *name; char *value; };