i3bar: fix indention in src/child.c

next
Michael Stapelberg 2011-11-07 21:34:50 +00:00
parent 2a78a5f2b6
commit f0cc13f356
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ void cleanup() {
ev_io_stop(main_loop, stdin_io);
FREE(stdin_io);
FREE(statusline_buffer);
/* statusline pointed to memory within statusline_buffer */
statusline = NULL;
/* statusline pointed to memory within statusline_buffer */
statusline = NULL;
}
if (child_sig != NULL) {