From 8eae2b0d9c57d68df9770384b3e05fe0bc864559 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 6 Nov 2011 08:18:23 +0000 Subject: Add missing static keywords to usbhidaction(1) --- usr.bin/usbhidaction/usbhidaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/usbhidaction') diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index fd66b64..876dbca 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -64,7 +64,7 @@ struct command { char *name; char *action; }; -struct command *commands; +static struct command *commands; #define SIZE 4000 -- cgit v1.1