浏览代码

Inline printmsg

master
Arun Prakash Jana 5 年前
父节点
当前提交
a94daefcff
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
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);
}


正在加载...
取消
保存