Commit 7befb3e7 authored by mattn's avatar mattn

clear variable.

parent 56026c2d
......@@ -148,7 +148,7 @@ for_each_gem (char before[1024], char after[1024],
char gem_name[1024] = { 0 };
int char_index;
char gem_list[1024][1024] = { { 0 }, { 0 } };
int gem_index;
int gem_index = 0;
int i;
int skip;
FILE *check;
......
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