[bugfix] wrong error message

This commit is contained in:
Yuichi Nishiwaki 2014-01-10 17:49:27 +09:00
parent 6bdc9b360e
commit a159e52ae6
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ pic_get_args(pic_state *pic, const char *format, ...)
*m = pic_sym(v);
}
else {
pic_error(pic, "pic_get_args: expected vector");
pic_error(pic, "pic_get_args: expected symbol");
}
i++;
}