summaryrefslogtreecommitdiffstats
path: root/tasklst.h
diff options
context:
space:
mode:
Diffstat (limited to 'tasklst.h')
-rw-r--r--tasklst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasklst.h b/tasklst.h
index 4e75614..f365aa0 100644
--- a/tasklst.h
+++ b/tasklst.h
@@ -23,4 +23,5 @@ int tasklst_tasks_total(TaskLst tasks);
int tasklst_tasks_todo(TaskLst tasks);
int tasklst_tasks_done(TaskLst tasks);
int tasklst_read_from_file(TaskLst *tasks, FILE *fp);
-void tasklst_write_to_file(FILE *fp, TaskLst tasks); \ No newline at end of file
+void tasklst_write_to_file(FILE *fp, TaskLst tasks);
+