diff options
Diffstat (limited to 'zyklonb.c')
-rw-r--r-- | zyklonb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |