X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=62ce9fabbe3d86108c10e2936001f463a3cd0aa4;hp=f01f1868e60b1592c9bde8f0d371234edd60d23a;hb=8536a1d8de423ab7d021c1f1364bb12fab8ce575;hpb=02dd632ab2a6696aff7b6c6d108069704cfe871a 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;