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:
parent
6fe1a431f1
commit
5860a44b7d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user