1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-15 14:54:40 -04:00

Fix compilation under gcc 4.x. Backported from gentoo portage.

This commit is contained in:
Laurent MONIN 2006-02-10 21:27:25 +01:00 committed by Jonas Fonseca
parent 974e48f714
commit bcabd8b795

View File

@ -149,7 +149,7 @@ get_event_name(int id)
return events[id].name;
}
static inline void
static void
trigger_event_va(int id, va_list ap_init)
{
int i;