mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Add missing static keywords to usbhidaction(1)
This commit is contained in:
parent
90a29505f5
commit
793cdace4d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227195
@ -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