1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

More missing va_ends.

Somehow, these slipped from commit
af14d00d17 yesterday.
This commit is contained in:
Kalle Olavi Niemitalo 2007-09-04 10:26:57 +03:00 committed by Kalle Olavi Niemitalo
parent 16d4e81f1b
commit cdf2d8181c

View File

@ -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