typos again, too much copies and pastes...

This commit is contained in:
owein 2020-09-10 13:02:46 +02:00
parent 60a9924547
commit 14ee7f2c83
2 changed files with 4 additions and 5 deletions

View file

@ -206,9 +206,8 @@ typedef struct {
char *server;
char *service;
char bfg;
_Bool rainy;
int8_t rainy;
int32_t skip_redo;
_Bool rainy;
} hydra_option;
#define _HYDRA_H