Fixed comment

This commit is contained in:
luca0N! 2020-06-27 02:01:02 -03:00
parent 0294f4995c
commit 1aececb96e
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
1 changed files with 2 additions and 1 deletions

3
main.c
View File

@ -20,7 +20,8 @@
#include "about.h"
#include "str.h"
#include "cfg.h"
// Because this program is currently target at Windows only, the use of ANSI colors are no longer used as of May 5, 2020.
// Because this program is currently targeted at Windows only, the use of ANSI colors are no longer used as of May 5, 2020.
// #include "colors.h"
#include <windows.h>