mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
add static in parse_define
This commit is contained in:
parent
70be4fbf7b
commit
e7b82fe9f3
@ -44,7 +44,7 @@
|
||||
|
||||
/*** file scope functions **********************************************/
|
||||
|
||||
gboolean parse_define(char *buf, char **long_name, char **short_name, long *line)
|
||||
static gboolean parse_define(char *buf, char **long_name, char **short_name, long *line)
|
||||
{
|
||||
enum {in_longname, in_shortname, in_line, finish} def_state = in_longname;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user