Skip to content

Commit

Permalink
improve gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
n67094 committed Nov 24, 2021
1 parent 61fc17c commit 47af202
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Mkfile.old
dkms.conf

build/logger*
build/log
build/log-*
tags
lib/*
.DS_Store
10 changes: 0 additions & 10 deletions build/log-2021-11-24_19:20:06

This file was deleted.

10 changes: 0 additions & 10 deletions build/log-2021-11-24_19:21:20

This file was deleted.

2 changes: 1 addition & 1 deletion src/logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FILE* file = NULL;

int loggerLevel = LOGGER_LEVEL_ALL;

/* used to know if we can write in file, set to 1 if not file can be opened */
/* used to know if we can write in file, set to 1 if the file can't be opened */
int loggerFileError = 0;

static void LoggerReplaceSpace(char* pointer, char character)
Expand Down

0 comments on commit 47af202

Please sign in to comment.