summaryrefslogtreecommitdiff
path: root/gcc/gcov-iov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov-iov.c')
-rw-r--r--gcc/gcov-iov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c
index de2c3229729..19de059d769 100644
--- a/gcc/gcov-iov.c
+++ b/gcc/gcov-iov.c
@@ -64,7 +64,7 @@ main (int argc, char **argv)
printf (" from `%s (%lu %lu) and %s (%c)'. */\n",
argv[1], major, minor, argv[2], phase);
printf ("\n");
- printf ("#define GCOV_VERSION ((gcov_unsigned_t)%#08x) /* %.4s */\n",
+ printf ("#define GCOV_VERSION ((gcov_unsigned_t)0x%08x) /* %.4s */\n",
version, v);
return 0;