add missing STATIC to S_finalize_op
authorDavid Mitchell <davem@iabyn.com>
Tue, 11 Oct 2011 10:01:35 +0000 (11:01 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 11 Oct 2011 10:01:35 +0000 (11:01 +0100)
commit60dde6b20521a0b199e8c9b6867f2a51013ba31c
treeb3775dd14f98a6afba8a6e1346519434e9e0a088
parentad6a4f4a732b6d612bcb45ce5faa794fa5f8f470
add missing STATIC to S_finalize_op

This function was declared static in embed.fnc, but the actual function
definition was missing the 'STATIC'.
op.c