aboutsummaryrefslogtreecommitdiff
path: root/src/file_processor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_processor.c')
-rw-r--r--src/file_processor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file_processor.c b/src/file_processor.c
index 9e12c52..c91e223 100644
--- a/src/file_processor.c
+++ b/src/file_processor.c
@@ -221,7 +221,7 @@ int process_file(struct df_fileinfo *info) {
}
/* filesystem information collected check whether the DB has a corresponding value,
- * if so check by size and time whether it looks modified if not, skip
+ * if so check by size and time whether it looks modified if not, skip
* TODO: option_force needs to be implemented AND memory clean up*/
info_from_db.path = info->path;
info_from_db.name = info->name;
@@ -236,7 +236,7 @@ int process_file(struct df_fileinfo *info) {
dbi_update_fileinfo_last_seen(info_from_db.id);
return 1;
}
-
+
if ((ctx_pkg = init_md_components()) == NULL) {
LOGERR("ERROR: Failed to initialize/create md contexts to be used with %s\n",