From f25c03162b2b6132199712bdd165faee0075b2f6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2023 14:57:45 -0700 Subject: [PATCH] [hb-info] Change separator to === --- util/hb-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 261159bd1..b1724c7b8 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -156,7 +156,7 @@ struct info_t first_item = false; return; } - printf ("\n---\n\n"); + printf ("\n===\n\n"); } void _show_upem ()