From 0d570142ba2b7488804729b3cc1a9b4d87db1014 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 25 Dec 2007 02:37:40 +0000 Subject: [PATCH] * error.c (ruby_description): fixed type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index 96e476ae2c..25ddb344a0 100644 --- a/error.c +++ b/error.c @@ -23,7 +23,7 @@ #define EXIT_SUCCESS 0 #endif -extern const char ruby_desription[]; +extern const char ruby_description[]; static int err_position_0(char *buf, long len, const char *file, int line)