diff options
Diffstat (limited to 'src/todo.c')
-rw-r--r-- | src/todo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -506,7 +506,7 @@ todo_pipe_item (void) wins_unprepare_external (); } -void +static void todo_free (struct todo *todo) { mem_free (todo->mesg); |