Selaa lähdekoodia

Fix build break

master
Arun Prakash Jana 4 vuotta sitten
vanhempi
commit
15a7bbe00e
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Näytä tiedosto

@@ -605,7 +605,7 @@ static int dentfind(const char *fname, int n);
static void move_cursor(int target, int ignore_scrolloff);
static inline bool getutil(char *util);
static size_t mkpath(const char *dir, const char *name, char *out);
static char *xgetenv(const char * const name, char *fallback);
static char *xgetenv(const char *name, char *fallback);
static void plugscript(const char *plugin, char *newpath, uchar flags);

/* Functions */


Loading…
Peruuta
Tallenna