Centered the Size column label.

This commit is contained in:
Bruce Hill 2019-09-22 17:54:10 -07:00
parent 0f0bacceb4
commit 13ee51673a

View File

@ -155,7 +155,7 @@ const column_t columns[128] = {
['n'] = {40, "Name"},
['p'] = {5, "Permissions"},
['r'] = {2, "Random"},
['s'] = {9, "Size"},
['s'] = {9, " Size"},
};
// This is a list of commands that runs when `bb` launches: