From 347a6fa2795a6856c1ad3d623673b62f879227c1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 16 Dec 2021 09:55:53 +0100 Subject: Remove comment --- src/graphics/font_char_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/graphics/font_char_map.c b/src/graphics/font_char_map.c index fc1c2e5..f339853 100644 --- a/src/graphics/font_char_map.c +++ b/src/graphics/font_char_map.c @@ -48,7 +48,7 @@ static void mgl_font_char_map_reorder_nodes(mgl_font_char_map *self, size_t prev while(entry) { const uint32_t hash = entry->key; const size_t index = HASH_TO_INDEX(hash); - mgl_font_char_entry *next_entry = entry->next; /* store next here so the next insert below doesn't cause an infinite loop */ + mgl_font_char_entry *next_entry = entry->next; if(index != i) { /* Remove entry by replacing this entry with the next entry */ -- cgit v1.2.3