X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fnormalize7bit.c;h=30871820abee0892a1c7ce9a7f44a30dc34cfd27;hb=1df928b3ab324b955a24a9d537b3d05b4700ec2f;hp=a45b8163d712e3fd46c9be95aaf8650316cb315b;hpb=c7ce18b91b4b542af4f02ad9fa3f86f12b92f3d1;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.c b/src/normalize7bit.c index a45b816..3087182 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -63,7 +63,7 @@ char *normalize7bit_mergekey(char *buf) *(pout--) = '\0'; } while (pout > buf && *pout == ' '); - + return buf; }