From e06b040fad63fe729de60781658778a0b008ca16 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 22:52:50 -0500 Subject: finish rename --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 2bc15d1..57d7799 100644 --- a/ted.h +++ b/ted.h @@ -144,7 +144,7 @@ typedef struct { typedef struct { // NOTE: to add more options to ted, add fields here, - // and change the settings_ global constant in settings.h + // and change the settings_ global constant near the top of config.c SettingsContext context; u32 colors[COLOR_COUNT]; -- cgit v1.2.3