diff options
Diffstat (limited to 'util/superiotool/superiotool.c')
-rw-r--r-- | util/superiotool/superiotool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c index 47561c9ef0..cbff346f52 100644 --- a/util/superiotool/superiotool.c +++ b/util/superiotool/superiotool.c @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) { int i, j, opt, option_index; - const static struct option long_options[] = { + static const struct option long_options[] = { {"dump", no_argument, NULL, 'd'}, {"verbose", no_argument, NULL, 'V'}, {"version", no_argument, NULL, 'v'}, |