bad_keywords

This commit is contained in:
Christopher Faylor
2006-01-18 15:57:56 +00:00
parent 3b5d71b3a2
commit 14a4d5989a
5 changed files with 20 additions and 21 deletions

View File

@@ -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]);