diff options
-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) |