From 3b885ac18df69b301488fd57ed5b9d7efe7b3080 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 12 Dec 2007 14:30:54 +0000 Subject: * re.c, regerror.c, string.c, parse.y, ruby.c, file.c: use capital letter for \xHH notation. [ruby-dev:32511] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index fa21bb53b..b3986dc62 100644 --- a/ruby.c +++ b/ruby.c @@ -863,7 +863,7 @@ proc_options(int argc, char **argv, struct cmdline_options *opt) } else { rb_raise(rb_eRuntimeError, - "invalid option -\\x%02x (-h will show valid options)", + "invalid option -\\x%02X (-h will show valid options)", (int)(unsigned char)*s); } } -- cgit