mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add missing static keywords to usbhidaction(1)
This commit is contained in:
parent
90a29505f5
commit
793cdace4d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ struct command {
|
|||
char *name;
|
||||
char *action;
|
||||
};
|
||||
struct command *commands;
|
||||
static struct command *commands;
|
||||
|
||||
#define SIZE 4000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue