diff options
Diffstat (limited to 'gcc/gcov-iov.c')
-rw-r--r-- | gcc/gcov-iov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c index de2c322..19de059 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; |