aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/init_wslua.c')
-rw-r--r--epan/wslua/init_wslua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index fcd321edc1..957d0f830a 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -197,7 +197,7 @@ static int lua_main_error_handler(lua_State* LS) {
return 0;
}
-void lua_load_script(const gchar* filename) {
+static void lua_load_script(const gchar* filename) {
FILE* file;
if (! ( file = ws_fopen(filename,"r")) ) {