ZyklonB: Fix an old typo

This commit is contained in:
Přemysl Eric Janouch 2015-04-11 21:04:19 +02:00
parent efcb9d17e5
commit f194a240df
1 changed files with 1 additions and 1 deletions

View File

@ -2152,7 +2152,7 @@ parse_config (struct bot_context *ctx, struct error **e)
static void
on_signal_pipe_readable (const struct pollfd *fd, struct bot_context *ctx)
{
char *dummy;
char dummy;
(void) read (fd->fd, &dummy, 1);
if (g_termination_requested && !ctx->quitting)