1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05: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 Laurent MONIN
parent 6fe1a431f1
commit 5860a44b7d

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;