X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=adc9a6f2ad92b212790feb59cc7e66aa12506307;hp=0cc2bd070e42e2ac2ed25f89504b6434cc54bea2;hb=77a0aff9b99cc7cfb6fef28a633300bf709a8d47;hpb=277ed4a605f68118aff9e671f16c0ac6edb1d55a diff --git a/aft.c b/aft.c index 0cc2bd07..adc9a6f2 100644 --- a/aft.c +++ b/aft.c @@ -280,7 +280,7 @@ static struct osl_table_description audio_file_table_desc = { .column_descriptions = aft_cols }; -/* We don't want * dot or dot-dot anywhere. */ +/* We don't want dot or dot-dot anywhere. */ static int verify_dotfile(const char *rest) { /* @@ -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;