X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2Fhivexsh.c;h=1bd3b8be8d68d53d9fd2fbd618ade45622aaa77b;hb=56e3b1c8b234dbde84e092e3edc654913f6410b2;hp=39ca634aa099df8a9274c7f57c798013f124c5ad;hpb=217c9706fbb310d309ddb4640f0f72bb7010c845;p=hivex.git diff --git a/hivex/hivexsh.c b/hivex/hivexsh.c index 39ca634..1bd3b8b 100644 --- a/hivex/hivexsh.c +++ b/hivex/hivexsh.c @@ -784,7 +784,7 @@ cmd_lsval (char *key) case hive_t_dword: case hive_t_dword_be: { int32_t j = hivex_value_dword (h, values[i]); - printf ("dword:%08" PRIx32 "\"", j); + printf ("dword:%08" PRIx32, j); break; }