Skip to content

Commit

Permalink
TAG; type consistent with otherst; elim unused #define
Browse files Browse the repository at this point in the history
  • Loading branch information
abqjln committed Nov 13, 2024
1 parent 700e4d5 commit abcbc17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion binc/agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <glib.h>
#include <stdio.h>

#define TAG "Agent"
static const char *const TAG = "Agent";

struct binc_agent {
char *path; // Owned
Expand Down
1 change: 0 additions & 1 deletion binc/logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <stdio.h>
#include <sys/stat.h>

#define TAG "Logger"
#define BUFFER_SIZE 1024
#define MAX_FILE_SIZE 1024 * 64
#define MAX_LOGS 5
Expand Down

0 comments on commit abcbc17

Please sign in to comment.