Add missing static keywords to usbhidaction(1)
This commit is contained in:
parent
90a29505f5
commit
793cdace4d
@ -64,7 +64,7 @@ struct command {
|
||||
char *name;
|
||||
char *action;
|
||||
};
|
||||
struct command *commands;
|
||||
static struct command *commands;
|
||||
|
||||
#define SIZE 4000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user