From 9943e243f169f30c4397626df5d124f8a7c12546 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Feb 2011 11:57:26 +0100 Subject: Remove duplicate const (found using sparse) --- inotail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotail.c b/inotail.c index 1dac409..fe36a45 100644 --- a/inotail.c +++ b/inotail.c @@ -63,7 +63,7 @@ enum { /* Command line options * The ones marked with 'X' are here just for compatibility reasons and have no * effect on inotail */ -static const struct option const long_opts[] = { +static const struct option long_opts[] = { { "bytes", required_argument, NULL, 'c' }, { "follow", optional_argument, NULL, 'f' }, { "help", no_argument, NULL, 'h' }, -- cgit v1.2.3-54-g00ecf