empty --> EMPTY

This commit is contained in:
Ricardo Rocha 2009-08-06 18:34:21 +01:00
parent 36e6925776
commit b4a71ad43a
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ void traverse_table(tab_ent_ptr tab_ent, int show_table) {
}
}
} else
SHOW_TABLE(" empty\n");
SHOW_TABLE(" EMPTY\n");
return;
}