1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* error.c (ruby_description): fixed type.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-12-25 02:37:40 +00:00
parent 81a68908cd
commit 0d570142ba

View file

@ -23,7 +23,7 @@
#define EXIT_SUCCESS 0 #define EXIT_SUCCESS 0
#endif #endif
extern const char ruby_desription[]; extern const char ruby_description[];
static int static int
err_position_0(char *buf, long len, const char *file, int line) err_position_0(char *buf, long len, const char *file, int line)