Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d80bda

Browse files
author
Nate Morrison
committedMar 22, 2022
modified: direwolf.c
1 parent 5d92a24 commit 3d80bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ static void usage (char **argv)
15201520

15211521
#if __WIN32__
15221522
dw_printf ("Complete documentation can be found in the 'doc' folder\n");
1523-
/* I don't know if win32 supports ANSI colour sequences. */
1523+
// I don't know if win32 supports ANSI colour sequences.
15241524
dw_printf ("\e[0m\e\n\e[0J\e");
15251525
#else
15261526
// TODO: Could vary by platform and build options.

0 commit comments

Comments
 (0)
Please sign in to comment.