commit 17e6ca757039b36930e5d98ad42535d27931e4f4 parent adc3ed8cdf8e3b84f1abf648f20f6419ce428dd2 Author: hhvn <dev@hhvn.uk> Date: Sat, 25 Dec 2021 21:14:02 +0000 s/nick.c: inline nick_swap Diffstat:
M | src/nick.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nick.c b/src/nick.c @@ -236,7 +236,7 @@ nick_strprefix(struct Nick *nick) { return ret; } -static void +static inline void nick_swap(struct Nick **head, struct Nick *first, struct Nick *second) { struct Nick *next[2]; struct Nick *prev[2];