Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8876725f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 0254d573: Merge "Fix multiple defined symbol errors"

* commit '0254d573':
  Fix multiple defined symbol errors
parents 7b827d04 0254d573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#define MINZIP_INLINE_MAGIC_H_

#ifndef MINZIP_GENERATE_INLINES
#define INLINE extern __inline__
#define INLINE extern inline __attribute((__gnu_inline__))
#else
#define INLINE
#endif