diff --git a/src/yp.c b/src/yp.c index 54d697b7..8c218ace 100644 --- a/src/yp.c +++ b/src/yp.c @@ -435,7 +435,7 @@ static int do_yp_touch (ypdata_t *yp, char *s, unsigned len) if (artist || title) { char *song; - char *separator = " - "; + const char *separator = " - "; if (artist == NULL) { artist = strdup("");