summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/configfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/configfile.c')
-rw-r--r--apps/plugins/lib/configfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c
index 7c7d56e4e5..b0d134fae9 100644
--- a/apps/plugins/lib/configfile.c
+++ b/apps/plugins/lib/configfile.c
@@ -26,7 +26,7 @@ void configfile_init(struct plugin_api* newrb)
26 cfg_rb = newrb; 26 cfg_rb = newrb;
27} 27}
28 28
29void get_cfg_filename(char* buf, int buf_len, const char* filename) 29static void get_cfg_filename(char* buf, int buf_len, const char* filename)
30{ 30{
31 char *s; 31 char *s;
32 cfg_rb->strcpy(buf, cfg_rb->plugin_get_current_filename()); 32 cfg_rb->strcpy(buf, cfg_rb->plugin_get_current_filename());