X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=aft.c;h=62ce9fabbe3d86108c10e2936001f463a3cd0aa4;hb=8536a1d8de423ab7d021c1f1364bb12fab8ce575;hp=f01f1868e60b1592c9bde8f0d371234edd60d23a;hpb=c4bfb18b78b3935b8dbf68f70b219cfb2a192979;p=paraslash.git diff --git a/aft.c b/aft.c index f01f1868..62ce9fab 100644 --- a/aft.c +++ b/aft.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Andre Noll + * Copyright (C) 2007-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -1694,7 +1694,7 @@ static void com_add_callback(int fd, const struct osl_object *query) uint16_t afhi_offset, chunks_offset; hash = (unsigned char *)buf + CAB_HASH_OFFSET; - hash_to_asc(hash, asc);; + hash_to_asc(hash, asc); objs[AFTCOL_HASH].data = buf + CAB_HASH_OFFSET; objs[AFTCOL_HASH].size = HASH_SIZE;