diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 02:37:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 02:37:40 +0000 |
| commit | ad0d0066c77b13b9bd1edce24ddf90848b62674e (patch) | |
| tree | 6df42384f73c4a61247dfcd06cbe9e0f2e813701 | |
| parent | 28762db16695051adc211ebcd7bec45e6ecb6b80 (diff) | |
| download | ruby-ad0d0066c77b13b9bd1edce24ddf90848b62674e.tar.gz ruby-ad0d0066c77b13b9bd1edce24ddf90848b62674e.tar.xz ruby-ad0d0066c77b13b9bd1edce24ddf90848b62674e.zip | |
* error.c (ruby_description): fixed type.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
