summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-02-07 11:57:26 +0100
committerTobias Klauser <tklauser@distanz.ch>2011-02-07 11:57:26 +0100
commit9943e243f169f30c4397626df5d124f8a7c12546 (patch)
tree857fa802d1534ece5f50508ed316e5abdc2f8229
parent38515e5027712d443e3f18cf8525af902372fe8a (diff)
Remove duplicate const (found using sparse)
-rw-r--r--inotail.c2
1 files changed, 1 insertions, 1 deletions
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' },