Add missing static keywords to usbhidaction(1)

This commit is contained in:
Ed Schouten 2011-11-06 08:18:23 +00:00
parent 90a29505f5
commit 793cdace4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227195
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ struct command {
char *name;
char *action;
};
struct command *commands;
static struct command *commands;
#define SIZE 4000