1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

Mark smjs_load_hooks static.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-29 13:26:38 +00:00 committed by Miciah Dashiel Butler Masters
parent b9a3855f98
commit 9d4893e384

View File

@ -68,7 +68,7 @@ reported:
static JSRuntime *smjs_rt; static JSRuntime *smjs_rt;
void static void
smjs_load_hooks(void) smjs_load_hooks(void)
{ {
jsval rval; jsval rval;