another more const
This commit is contained in:
@@ -81,9 +81,9 @@ static char const *human_time(time_t t)
|
||||
static char const *human_fstype(long f_type)
|
||||
{
|
||||
int i;
|
||||
static struct types {
|
||||
static const struct types {
|
||||
long type;
|
||||
char *fs;
|
||||
const char *fs;
|
||||
} humantypes[] = {
|
||||
{ 0xADFF, "affs" },
|
||||
{ 0x1Cd1, "devpts" },
|
||||
|
||||
Reference in New Issue
Block a user