summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/set_default_handler/set_default_handler_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/set_default_handler/set_default_handler_main.cc b/tools/set_default_handler/set_default_handler_main.cc
index 7f2d9da..98e50a9 100644
--- a/tools/set_default_handler/set_default_handler_main.cc
+++ b/tools/set_default_handler/set_default_handler_main.cc
@@ -60,7 +60,7 @@ int wmain(int argc, wchar_t* argv[]) {
printf("failed to set program. possible choices: %ls\n",
JoinString(choices, L", ").c_str());
} else {
- printf("failed with HRESULT: 0x08X\n", result);
+ printf("failed with HRESULT: %0x08X\n", result);
}
return FAILED(result);