aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-07-22 22:36:29 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-07-22 22:36:29 +0200
commitfa579dfd846d50bcd2edd28277036b2fb298c643 (patch)
tree067e2103aa7ec53543849e3a2c78b19200d74e0d /src/main.c
parentfe2b369bcbf94eccf7c0a1af9ec8e50d93838e50 (diff)
downloadpolecat-fa579dfd846d50bcd2edd28277036b2fb298c643.tar.gz
polecat-fa579dfd846d50bcd2edd28277036b2fb298c643.zip
fix broken debug define checks, move lutris enums to special headers
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8a17e37..9c1eef8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,7 +19,7 @@ static void free_nargv() { free(nargv); }
static const struct Command main_commands[] = {
#ifndef _WIN32
- { .name = "wine", .func = wine, .description = "manage wine versions" },
+ { .name = "wine", .func = winecmd, .description = "manage wine versions" },
#endif
{ .name = "dxvk", .func = dxvk, .description = "manage DXVK versions" },
{ .name = "lutris", .func = lutris, .description = "run lutris instraller"},