From c9193bae2e5d64a7e1a57b8eb88d477457e7ec28 Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Sun, 11 Dec 2022 17:36:36 +0900 Subject: [PATCH] Removed wrong comment. --- src/fonts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fonts.c b/src/fonts.c index 9eb9c0bc9..ebaf958d5 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -1616,7 +1616,6 @@ static int do_surfcmp(const SDL_Surface * const *const v1, } } - /* In the end, they were the same! */ return cmp; }