aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/cores.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cores.c b/utils/cores.c
index a499e9e..da823a7 100644
--- a/utils/cores.c
+++ b/utils/cores.c
@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
}
if (name[0] != 0)
- printf("%08x: %8s %4s\n", cores[i], name, version);
+ printf("%08lx: %8s %4s\n", cores[i], name, version);
}
return 0;