diff options
Diffstat (limited to 'src/ext4magic.c')
-rw-r--r-- | src/ext4magic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext4magic.c b/src/ext4magic.c index 56ff0d7..27328d0 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -57,7 +57,7 @@ extern char *optarg; #include "block.h" -extern char* magicfile = NULL; +extern char* magicfile; ext2_filsys current_fs = NULL; ext2_ino_t root, cwd; ext2fs_inode_bitmap imap = NULL ; @@ -361,6 +361,7 @@ int journal_backup = 0; __u32 t_before = 0; __u32 t_after = 0; struct stat filestat; +magicfile = NULL; // Sanity checks on the user. |