src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index a48536e9d46361fc91a93fda42349ac57e7a5cf0..e7a981690297eba22d5492027b374ced0d57c3ad 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3093,7 +3093,7 @@ } 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); } }