mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Fix build break
This commit is contained in:
parent
5cb39b0db3
commit
a89b5fd82c
1 changed files with 1 additions and 1 deletions
|
@ -3093,7 +3093,7 @@ static bool show_stats(const char *fpath, const struct stat *sb)
|
||||||
fprintf(fp, " %s\n ", begin);
|
fprintf(fp, " %s\n ", begin);
|
||||||
|
|
||||||
/* Show the file mime type */
|
/* 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);
|
fprintf(fp, "%s", g_buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue