From 7cd1d7cfe5c24c25b01e9ee3d528da01d37b174e Mon Sep 17 00:00:00 2001 From: Ariadna Vigo Date: Sat, 20 Jun 2020 12:24:43 +0200 Subject: tasklst.h: added missing newline --- tasklst.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tasklst.h') 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); + -- cgit v1.2.3