From 66ce847a00e742ae5c3959fb347fc3fc14715ccb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 23 Feb 2011 23:07:41 +0100 Subject: gui-wizard-gtk: run multiple reporters if they are selected Signed-off-by: Denys Vlasenko --- src/include/report/run_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h index 3fd3d7d1..5d108a27 100644 --- a/src/include/report/run_event.h +++ b/src/include/report/run_event.h @@ -56,7 +56,7 @@ int prepare_commands(struct run_event_state *state, const char *dump_dir_name, c * else sets state->command_pid and state->command_out_fd and returns >=0 */ int spawn_next_command(struct run_event_state *state, const char *dump_dir_name, const char *event); -/* Cleans up internal state created in prepare_commands */ +/* Cleans up internal state created in prepare_commands */ void free_commands(struct run_event_state *state); /* Syncronous command execution */ -- cgit