From d07122673c9c66b41cf311ff4c9d1abed49fc669 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 6 Sep 2020 13:55:00 +0200 Subject: fix incorrectly hiding unfinished commands its ifdef not ifndef --- src/lutris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lutris.c') diff --git a/src/lutris.c b/src/lutris.c index 3831947..ec1f14d 100644 --- a/src/lutris.c +++ b/src/lutris.c @@ -8,7 +8,7 @@ #include "common.h" const static struct Command lutris_commands[] = { -#ifndef DEBUG +#ifdef DEBUG { .name = "install", .func = lutris_install, .description = "install a lutris script" }, #endif { .name = "info", .func = lutris_info, .description = "show information about a lutris script" }, -- cgit v1.2.3