diff options
| author | 2020-01-09 04:38:08 +0530 | |
|---|---|---|
| committer | 2020-01-09 04:38:08 +0530 | |
| commit | a89b5fd82c930aec0d0b979858fdaa98dc948813 (patch) | |
| tree | 1eb503163f2c145711068f15fd168d3bb781947d /src | |
| parent | 5cb39b0db36a4afd30a0578799cd85dc28ed153c (diff) | |
| download | nnn-a89b5fd82c930aec0d0b979858fdaa98dc948813.tar.gz | |
Fix build break
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3093,7 +3093,7 @@ static bool show_stats(const char *fpath, const struct stat *sb) fprintf(fp, " %s\n ", begin); /* Show the file mime type */ - p = get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE); + get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE); fprintf(fp, "%s", g_buf); } } |