Tiny fixes

This commit is contained in:
Přemysl Eric Janouch 2015-02-12 02:33:15 +01:00
parent 17164b69b7
commit 0ec0a7779a
2 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,7 @@ foreach (page ${PROJECT_NAME})
add_custom_command (OUTPUT ${page_output}
COMMAND ${HELP2MAN_EXECUTABLE} -N
"${PROJECT_BINARY_DIR}/${page}" -o ${page_output}
DEPENDS ${PROJECT_NAME}
DEPENDS ${page}
COMMENT "Generating man page for ${page}" VERBATIM)
endforeach (page)

View File

@ -1081,6 +1081,7 @@ poller_init (struct poller *self)
self->revents_len = 0;
poller_timers_init (&self->timers);
self->idle = NULL;
}
static void