Kaynağa Gözat

Inline printmsg

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
a94daefcff
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet