Pārlūkot izejas kodu

Fix build break

master
Arun Prakash Jana pirms 4 gadiem
vecāks
revīzija
0f03b41995
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: A75979F35C080412
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Parādīt failu

@@ -645,7 +645,7 @@ static haiku_nm_h haiku_hnd;
/* A faster version of xisdigit */
#define xisdigit(c) ((unsigned int) (c) - '0' <= 9)
#define xerror() perror(xitoa(__LINE__))
#define xconfirm(c) (c == 'y' || c == 'Y')
#define xconfirm(c) ((c) == 'y' || (c) == 'Y')

#ifdef __GNUC__
#define UNUSED(x) UNUSED_##x __attribute__((__unused__))


Notiek ielāde…
Atcelt
Saglabāt