aboutsummaryrefslogtreecommitdiff
path: root/bfd/ihex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r--bfd/ihex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c
index 93a703a..1e8563e 100644
--- a/bfd/ihex.c
+++ b/bfd/ihex.c
@@ -189,7 +189,7 @@ ihex_mkobject (bfd *abfd)
/* Read a byte from a BFD. Set *ERRORPTR if an error occurred.
Return EOF on error or end of file. */
-static INLINE int
+static inline int
ihex_get_byte (bfd *abfd, bool *errorptr)
{
bfd_byte c;