mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[lua] do_hooks_file const
This commit is contained in:
parent
04c1660f97
commit
b5c4addbbe
@ -689,7 +689,7 @@ eval_function(LS, int num_args, int num_results)
|
||||
/* Initialisation */
|
||||
|
||||
static void
|
||||
do_hooks_file(LS, char *prefix, char *filename)
|
||||
do_hooks_file(LS, const char *prefix, const char *filename)
|
||||
{
|
||||
char *file = straconcat(prefix, STRING_DIR_SEP, filename,
|
||||
(char *) NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user