aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-11 20:33:19 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-11 20:33:19 +0530
commita94daefcff60d817fbdae749bfc3fc221fec32cd (patch)
treecf0bbe378200573f23ec48f9211f0e355b82e117 /src
parent459b2cceb8a8b9ed36b4395ba5633f5cebda9bc0 (diff)
downloadnnn-a94daefcff60d817fbdae749bfc3fc221fec32cd.tar.gz
Inline printmsg
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 0446e01..46d14fa 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);
}