Cosmetics.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
Edward Tomasz Napierala 2017-07-29 12:38:06 +01:00
commit 7f2697d307
2 changed files with 1 additions and 3 deletions

View file

@ -156,7 +156,7 @@ void rawlog_save(RAWLOG_REC *rawlog, const char *fname)
int f;
dir = g_path_get_dirname(fname);
capsicum_mkdir_with_parents_wrapper(dir, log_dir_create_mode);
capsicum_mkdir_with_parents_wrapper(dir, log_dir_create_mode);
g_free(dir);
path = convert_home(fname);