main.c: remove trailing whitespace noise

pull/37/merge
rofl0r 2014-07-09 19:16:33 +02:00
parent ed7c89072a
commit 82d0b13b8f
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ int main(int argc, char *argv[]) {
/* check if path of config file has not been passed via command line */
path = get_config_path(path, pbuf, sizeof(pbuf));
if(!quiet)
fprintf(stderr, LOG_PREFIX "config file found: %s\n", path);
@ -103,7 +103,7 @@ int main(int argc, char *argv[]) {
// search DLL
set_own_dir(argv[0]);
i = 0;
while(dll_dirs[i]) {