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

Commit 15732a1c authored by Harvey Harrison's avatar Harvey Harrison Committed by Dave Kleikamp
Browse files

jfs: replace __inline with inline

parent 89145622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
 * determine the maximum free string for four (lower level) nodes
 * of the tree.
 */
static __inline signed char TREEMAX(signed char *cp)
static inline signed char TREEMAX(signed char *cp)
{
	signed char tmp1, tmp2;