From: Arun Prakash Jana Date: Mon, 11 Mar 2019 15:03:19 +0000 (+0530) Subject: Inline printmsg X-Git-Tag: v2.4~35 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a94daefcff60d817fbdae749bfc3fc221fec32cd;p=nnn.git Inline printmsg --- diff --git a/src/nnn.c b/src/nnn.c index 0446e019..46d14fa7 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -574,7 +574,7 @@ static char *xitoa(uint val) } /* Messages show up at the bottom */ -static void printmsg(const char *msg) +static inline void printmsg(const char *msg) { mvprintw(xlines - 1, 0, "%s\n", msg); }