Inline printmsg

This commit is contained in:
Arun Prakash Jana 2019-03-11 20:33:19 +05:30
parent 459b2cceb8
commit a94daefcff
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}