aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-07-04 22:03:43 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-07-04 22:03:43 +0200
commitecaa59963c8b77801bf20c4e888b83a922125b36 (patch)
tree27d42bf65f7f7c2272a6f45fb7c28b30e89e5d79 /src/main.c
parent2352079d0c54955f69b9070fc022c5f099906805 (diff)
downloadpolecat-ecaa59963c8b77801bf20c4e888b83a922125b36.tar.gz
polecat-ecaa59963c8b77801bf20c4e888b83a922125b36.zip
fix wrong comparison, remove whitespace, add Makefile and Doxyfile
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 653a1b3..8a17e37 100644
--- a/src/main.c
+++ b/src/main.c
@@ -64,7 +64,6 @@ COMMAND(main, env)
{
char buffer[PATH_MAX];
-
printf("user-Agent:\t\t%s\n", USER_AGENT);
getConfigDir(buffer, sizeof(buffer));