# | Line 45 | Line 45 | |
---|---|---|
45 | static void | |
46 | resv_remove(struct Client *source_p, const char *mask) | |
47 | { | |
48 | < | struct ResvItem *resv = NULL; |
48 | > | struct ResvItem *resv; |
49 | ||
50 | if ((resv = resv_find(mask, irccmp)) == NULL) | |
51 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |