From 4f9bedb603c772880248914617cee0b44f848290 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Mon, 22 Jun 2020 10:50:43 +0200 Subject: Comment fixup --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index b4d8449..da11e97 100644 --- a/main.c +++ b/main.c @@ -30,7 +30,7 @@ #define DEFAULT_HOMEDIR_PATH "/home/david/intest" #define DEFAULT_MAIN_CONFIG_FILE_PATH "./mcproxy.conf" -/* Global, not in struct cfg since they're too low-level */ +/* Global */ struct cfg *cfg = NULL; bool exiting = false; unsigned debug_mask = DBG_ERROR | DBG_INFO; -- cgit v1.2.3