diff options
author | Christopher Faylor <me@cgf.cx> | 2006-01-18 15:57:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-01-18 15:57:56 +0000 |
commit | 14a4d5989a2415931dec5cdb742576d17ec63970 (patch) | |
tree | e74f15ef55a37e4637e5be44d54b3ebf28ee1bba /winsup/utils/ssp.c | |
parent | 3b5d71b3a26411490362228623e9570654afc008 (diff) | |
download | cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.tar.gz cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.tar.bz2 cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.zip |
bad_keywords
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r-- | winsup/utils/ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c index 21a4b4b59..6d81ddb63 100644 --- a/winsup/utils/ssp.c +++ b/winsup/utils/ssp.c @@ -900,7 +900,7 @@ main (int argc, char **argv) hits = (HISTCOUNTER *)malloc (high_pc-low_pc+4); memset (hits, 0, high_pc-low_pc+4); - fprintf (stderr, "prun: [%08x,%08x] Running `%s'\n", + fprintf (stderr, "prun: [%08x,%08x] Running '%s'\n", low_pc, high_pc, argv[optind]); run_program (argv[optind]); |