From 6fb1d13eb5b6d7124e497fafcea8709d399fa7ba Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 26 Sep 2020 21:13:19 -0400 Subject: [PATCH] Fixed duplicate variable name --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 2ef02e8..5f3cc30 100644 --- a/src/util.h +++ b/src/util.h @@ -72,7 +72,7 @@ void WriteCenteredString(DaisyPatch patch, int x, int y, FontDef font, - std::string font, + std::string text, bool on); /*