ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit 8f1cb88864a8df694c480192182b58fa68a9e496
parent a3b42f58e6a55916869cf0eebea5c750f7e74977
Author: Frederic Cambus <fred@statdns.com>
Date:   Fri, 14 Apr 2017 23:44:19 +0200

Be consistent in the way we spell ANSI

Diffstat:
Msrc/main.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -49,7 +49,7 @@ void synopsis(void); void showHelp(void) { printf("\nSUPPORTED FILE TYPES:\n" " ANS BIN ADF IDF XB PCB TND ASC NFO DIZ\n" - " Files with custom suffix default to the ANSi renderer.\n\n" + " Files with custom suffix default to the ANSI renderer.\n\n" "PC FONTS:\n" " 80x25 icelandic\n" " 80x50 latin1\n" @@ -115,7 +115,7 @@ void synopsis(void) { } int main(int argc, char *argv[]) { - printf("AnsiLove/C %s - ANSi / ASCII art to PNG converter\n"\ + printf("AnsiLove/C %s - ANSI / ASCII art to PNG converter\n"\ "Copyright (C) 2011-2017 Stefan Vogt, Brian Cassidy, and Frederic Cambus.\n", VERSION); // SAUCE record related bool types