瀏覽代碼

Inline printmsg

master
Arun Prakash Jana 5 年之前
父節點
當前提交
a94daefcff
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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);
}


Loading…
取消
儲存