mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
More missing va_ends.
Somehow, these slipped from commit af14d00d17c0be75ec3fd8fac1011064ac40b54b yesterday.
This commit is contained in:
parent
16d4e81f1b
commit
cdf2d8181c
@ -177,6 +177,7 @@ trigger_event(int id, ...)
|
||||
|
||||
va_start(ap, id);
|
||||
trigger_event_va(id, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
void
|
||||
@ -187,6 +188,7 @@ trigger_event_name(unsigned char *name, ...)
|
||||
|
||||
va_start(ap, name);
|
||||
trigger_event_va(id, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Loading…
x
Reference in New Issue
Block a user