diff options
author | robi <robi> | 2010-06-22 19:29:33 +0000 |
---|---|---|
committer | robi <robi> | 2010-06-22 19:29:33 +0000 |
commit | 355b5d2442d61e8dc849aeff08b9f9c8c2bd6786 (patch) | |
tree | ec8ff755d5cdfb8713ffa114ba94d6625e3d8b33 /src | |
parent | 70185b8d0a686f56b06f2a1b1f771284fa22f2ce (diff) |
printf error
Diffstat (limited to 'src')
-rw-r--r-- | src/ext4magic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext4magic.c b/src/ext4magic.c index da9df38..b5c052d 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -551,7 +551,7 @@ while ((c = getopt (argc, argv, "TJRLlrQSxi:t:j:f:Vd:B:p:a:I:H")) != EOF) { if (optind < argc) open_filesystem(argv[optind], open_flags,superblock, blocksize, 0, data_filename); #ifdef DEBUG - printf("Operation-mode = %d\n"); + printf("Operation-mode = %d\n", mode); #endif //-------------------------------------------------------------------------------------------- |