X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.c;h=dadc3d58da6c6366aeed3b72b80efc12329e1486;hb=9db0457fa07df43928fc8fbade13593eb6c9b534;hp=83d52ec05271c16e57bc1d2e5dacdc9e56909b56;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.c b/src/normalize7bit.c index 83d52ec..dadc3d5 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2013 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; }