From 3d80bdabcc8dba4489b6756d40aba85f07431466 Mon Sep 17 00:00:00 2001 From: Nate Morrison Date: Tue, 22 Mar 2022 02:12:24 -0700 Subject: [PATCH] modified: direwolf.c --- src/direwolf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/direwolf.c b/src/direwolf.c index a9cca5a..4be77de 100644 --- a/src/direwolf.c +++ b/src/direwolf.c @@ -1520,7 +1520,7 @@ static void usage (char **argv) #if __WIN32__ dw_printf ("Complete documentation can be found in the 'doc' folder\n"); - /* I don't know if win32 supports ANSI colour sequences. */ + // I don't know if win32 supports ANSI colour sequences. dw_printf ("\e[0m\e\n\e[0J\e"); #else // TODO: Could vary by platform and build options.