mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04: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…
x
Reference in New Issue
Block a user