aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);
}