Commit 8c24e9e2 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #580 from shtirlic/fix_warns

Fix compile warnings in mirb
parents 5947113f 83ecb2f0
......@@ -143,7 +143,7 @@ print_cmdline(int code_block_open)
int
main(void)
{
char last_char;
int last_char;
char ruby_code[1024] = { 0 };
char last_code_line[1024] = { 0 };
int char_index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment