commit 6d6075d17b3445d952d1cd26f0a0a118702bdee4 parent 9dc5bcb1c7559c11645b18217b9551c7afb7e287 Author: hhvn <dev@hhvn.uk> Date: Tue, 26 Oct 2021 00:07:48 +0100 struct.h: typo, Histinfo --> HistInfo Diffstat:
M | struct.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/struct.h b/struct.h @@ -156,7 +156,7 @@ enum { struct Selected { struct Channel *channel; struct Server *server; - struct Histinfo *history; + struct HistInfo *history; char *name; };