]> granicus.if.org Git - file/commitdiff
make compile
authorChristos Zoulas <christos@zoulas.com>
Tue, 3 May 2016 16:08:49 +0000 (16:08 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 3 May 2016 16:08:49 +0000 (16:08 +0000)
src/readcdf.c

index e6e060c7078e503dca65da66330e357dcf6684be..d125da5b22c23edd472f78848c3d971b264b4fa0 100644 (file)
@@ -26,7 +26,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readcdf.c,v 1.55 2016/02/10 15:57:40 christos Exp $")
+FILE_RCSID("@(#)$File: readcdf.c,v 1.56 2016/03/03 22:20:03 christos Exp $")
 #endif
 
 #include <assert.h>
@@ -373,7 +373,7 @@ cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info,
            dir, "Catalog", scn)) == -1)
                return i;
 #ifdef CDF_DEBUG
-       cdf_dump_catalog(&h, &scn);
+       cdf_dump_catalog(&h, scn);
 #endif
        if ((i = cdf_file_catalog(ms, h, scn)) == -1)
                return -1;