aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 13364dc..605e1dc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -10,7 +10,7 @@
#include "common.h"
#include "config.h"
-const static struct Command main_commands[] = {
+static const struct Command main_commands[] = {
{ .name = "wine", .func = wine, .description = "manage wine versions" },
{ .name = "dxvk", .func = dxvk, .description = "manage DXVK versions" },
{ .name = "lutris", .func = lutris, .description = "run lutris instraller"},
@@ -40,4 +40,4 @@ COMMAND(main, env)
return 0;
}
-COMMAND_HELP(main, "") \ No newline at end of file
+COMMAND_HELP(main, "")