diff options
Diffstat (limited to 'h2pl/tcbreak')
-rw-r--r-- | h2pl/tcbreak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h2pl/tcbreak b/h2pl/tcbreak index 2677cc982b..aa6e33e7b6 100644 --- a/h2pl/tcbreak +++ b/h2pl/tcbreak @@ -12,6 +12,6 @@ $c = getc; print "$c\n"; -printf "you gave me `%s', which is 0x%02x\n", $c, ord($c); +printf "you gave me '%s', which is 0x%02x\n", $c, ord($c); &cooked; |