[hb-info] Change separator to ===

This commit is contained in:
Behdad Esfahbod 2023-01-19 14:57:45 -07:00
parent 5b05edd221
commit f25c03162b
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ struct info_t
first_item = false; first_item = false;
return; return;
} }
printf ("\n---\n\n"); printf ("\n===\n\n");
} }
void _show_upem () void _show_upem ()