diff options
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index a40bee55b..9dee94aa4 100644 --- a/src/paste.c +++ b/src/paste.c @@ -67,7 +67,7 @@ static char *delims; /* A pointer to the character after the end of `delims'. */ static char const *delim_end; -static const struct option const longopts[] = +static struct option const longopts[] = { {"serial", no_argument, NULL, 's'}, {"delimiters", required_argument, NULL, 'd'}, |