Add missing static keywords to dc(1)

This commit is contained in:
Ed Schouten 2011-11-06 08:14:57 +00:00
parent 41b662c583
commit 267265e0dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227163

View File

@ -39,9 +39,9 @@ static void usage(void);
extern char *__progname;
struct source src;
static struct source src;
struct option long_options[] =
static const struct option long_options[] =
{
{"expression", required_argument, NULL, 'e'},
{"file", required_argument, NULL, 'f'},