From 267de2bb9048431053c58afe84ae225b2c73bed4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 5 Apr 2025 16:14:24 -0600 Subject: [PATCH] [hb-view] Report success/failure in --batch mode Otherwise client can't know when the job is done. --- util/hb-view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-view.cc b/util/hb-view.cc index 82761fbff..604976e1e 100644 --- a/util/hb-view.cc +++ b/util/hb-view.cc @@ -39,5 +39,5 @@ int main (int argc, char **argv) { using main_t = main_font_text_t, font_options_t, shape_text_options_t>; - return batch_main (argc, argv); + return batch_main (argc, argv); }