Skip to content

Commit fc7b3d1

Browse files
authored
styling
1 parent 36cd7e3 commit fc7b3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/tcbtdb.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tc_db_set_path (const char *dbname, int module)
6565
char fname[RAND_FN];
6666
int cx;
6767

68-
/* db_path is either specified explicitly, or gets the default (pid appended) */
68+
/* db_path is either specified explicitly or gets the default (pid appended) */
6969
if (conf.db_path != NULL)
7070
db_path = (char *)conf.db_path;
7171
else {
@@ -105,7 +105,7 @@ tc_db_rmdir()
105105
db_path = tc_db_set_path (NULL, 0);
106106
if (db_path != NULL)
107107
if (rmdir(db_path))
108-
LOG_DEBUG (("Unable to remove custom db folder: %s\n", db_path));
108+
LOG_DEBUG ("Unable to remove custom db folder: %s\n", db_path);
109109
}
110110

111111

0 commit comments

Comments
 (0)