]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
Merge branch 't/m4_deps'
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index 0cc2bd070e42e2ac2ed25f89504b6434cc54bea2..adc9a6f2ad92b212790feb59cc7e66aa12506307 100644 (file)
--- 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;