summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 02:37:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 02:37:40 +0000
commit0d570142ba2b7488804729b3cc1a9b4d87db1014 (patch)
tree6df42384f73c4a61247dfcd06cbe9e0f2e813701 /error.c
parent81a68908cdefd6b399e9cb012c58fcf71c3f700d (diff)
* error.c (ruby_description): fixed type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
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)