diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-09-16 19:12:19 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-09-16 19:12:19 +0200 |
commit | 94bfea0ce6a7b4d5641c198d50751748a353df11 (patch) | |
tree | fac7381d466d54dfd5689e2796e09407a197977b /util | |
parent | 89dd4b959773d35981299551074ccc7a1eb332bd (diff) |
Fix build, another try
Diffstat (limited to 'util')
-rw-r--r-- | util/options.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/options.cc b/util/options.cc index 0ab16d62..aba761b9 100644 --- a/util/options.cc +++ b/util/options.cc @@ -523,8 +523,7 @@ font_options_t::add_options (option_parser_t *parser) char *text = nullptr; { - static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), - "No supported font-funcs found."); + static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0)); GString *s = g_string_new (nullptr); g_string_printf (s, "Set font functions implementation to use (default: %s)\n\n Supported font function implementations are: %s", supported_font_funcs[0].name, |