commit | e41200859997ccf8fd7d36fff654f3ceea3a4160 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Mon Dec 17 21:31:01 2018 +0330 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Dec 17 13:01:01 2018 -0500 |
tree | eb6cfc8124c5c3a7e03491ab13dc8639cef01bde | |
parent | 7ace10078c23d00da4af0480f91b877faeed3d38 [diff] [blame] |
Remove redundant void from C++ sources (#1486)
diff --git a/util/hb-fc.cc b/util/hb-fc.cc index cb89991..2fe0146 100644 --- a/util/hb-fc.cc +++ b/util/hb-fc.cc
@@ -72,7 +72,7 @@ } static hb_font_funcs_t * -_hb_fc_get_font_funcs (void) +_hb_fc_get_font_funcs () { static const hb_font_funcs_t *fc_ffuncs;