Skip to content

Commit 12f7b82

Browse files
author
Chris Frank
committed
Move to put and update gitignore
1 parent a930760 commit 12f7b82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
bin/
22
*.o
33
.vscode/launch.json
4-
vgcore.*
4+
vgcore.*
5+
gmon.out
6+
prof.stats

src/cfbf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void cfbf_print_version(void)
6161

6262
static void cfbf_print_license(void)
6363
{
64-
printf("MIT License - https://opensource.org/licenses/MIT\n");
64+
puts("MIT License - https://opensource.org/licenses/MIT\n");
6565
}
6666

6767
static void cfbf_print_help(void)

0 commit comments

Comments
 (0)