Oops add missing column for omt

This commit is contained in:
pancake 2019-09-23 03:28:42 +02:00
parent 4edccf94d2
commit 1ffff8008a

View File

@ -529,7 +529,7 @@ static void cmd_omf(RCore *core, const char *input) {
static void r_core_cmd_omt(RCore *core, const char *arg) {
RTable *t = r_table_new ();
r_table_set_columnsf (t, "nnnnnnss", "id", "fd", "pa", "pa_end", "size", "va", "va_end", "perm", "name", NULL);
r_table_set_columnsf (t, "nnnnnnnss", "id", "fd", "pa", "pa_end", "size", "va", "va_end", "perm", "name", NULL);
SdbListIter *iter;
RIOMap *m;