add missing 'static' modifier

This commit is contained in:
Yuichi Nishiwaki 2014-01-12 16:15:04 +09:00
parent d6abb5c0ba
commit a6fafd6422
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ pic_port_eof_object(pic_state *pic)
return v; return v;
} }
pic_value static pic_value
pic_port_close_port(pic_state *pic) pic_port_close_port(pic_state *pic)
{ {
pic_value v; pic_value v;