diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:04:19 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 21:04:19 +0200 |
commit | f194a240dfce21538c64c0ea6e9d6d18b30f1e66 (patch) | |
tree | 30d2806ca6b3a189cbdb61c9bbb4e366232bb482 /zyklonb.c | |
parent | efcb9d17e5c784a58a11117a960ee25022183619 (diff) | |
download | xK-f194a240dfce21538c64c0ea6e9d6d18b30f1e66.tar.gz xK-f194a240dfce21538c64c0ea6e9d6d18b30f1e66.tar.xz xK-f194a240dfce21538c64c0ea6e9d6d18b30f1e66.zip |
ZyklonB: Fix an old typo
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) |