X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.c;h=30871820abee0892a1c7ce9a7f44a30dc34cfd27;hb=f75dc6076c0d4846d80929c40894bb4fdd678dc2;hp=b4e38f9a8e7d820b27214c7d0d9ae4f0e64f0a88;hpb=6ff7cb53029747ad6ac60fde903630ea063b5218;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.c b/src/normalize7bit.c index b4e38f9..3087182 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -63,7 +63,7 @@ char *normalize7bit_mergekey(char *buf) *(pout--) = '\0'; } while (pout > buf && *pout == ' '); - + return buf; }