mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
add static in parse_define
This commit is contained in:
parent
70be4fbf7b
commit
e7b82fe9f3
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
/*** file scope functions **********************************************/
|
/*** 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;
|
enum {in_longname, in_shortname, in_line, finish} def_state = in_longname;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user