From 3fe5c159d3532f8ce8a85d217a00681225dd8ed1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Dec 2012 18:20:19 -0500 Subject: [PATCH] Remove excess return Oops! --- src/hb-uniscribe.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc index 18b88b2..ba66630 100644 --- a/src/hb-uniscribe.cc +++ b/src/hb-uniscribe.cc @@ -217,7 +217,6 @@ LOGFONTW * hb_uniscribe_font_get_logfontw (hb_font_t *font) { if (unlikely (!hb_uniscribe_shaper_font_data_ensure (font))) return NULL; - return NULL; hb_uniscribe_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); return &font_data->log_font; } -- 2.7.4