We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d92a24 commit 3d80bdaCopy full SHA for 3d80bda
src/direwolf.c
@@ -1520,7 +1520,7 @@ static void usage (char **argv)
1520
1521
#if __WIN32__
1522
dw_printf ("Complete documentation can be found in the 'doc' folder\n");
1523
- /* I don't know if win32 supports ANSI colour sequences. */
+ // I don't know if win32 supports ANSI colour sequences.
1524
dw_printf ("\e[0m\e\n\e[0J\e");
1525
#else
1526
// TODO: Could vary by platform and build options.
0 commit comments