diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-02-07 11:57:26 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-02-07 11:57:26 +0100 |
commit | 9943e243f169f30c4397626df5d124f8a7c12546 (patch) | |
tree | 857fa802d1534ece5f50508ed316e5abdc2f8229 | |
parent | 38515e5027712d443e3f18cf8525af902372fe8a (diff) |
Remove duplicate const (found using sparse)
-rw-r--r-- | inotail.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' }, |