mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 11:33:43 +01:00
(common_int): Explicitly declare return type as "int".
(Logical change 1.19)
This commit is contained in:
parent
5a9743cd77
commit
9ac7c9cda2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ License. */
|
|||
|
||||
#include "unwind_i.h"
|
||||
|
||||
static inline
|
||||
static inline int
|
||||
common_init (struct ia64_cursor *c)
|
||||
{
|
||||
int i, ret;
|
||||
|
|
Loading…
Reference in a new issue