From a3e6a4914c92b4ce56940579b9e24568b9199344 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 22:45:59 -0500 Subject: rename options to settings --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index f80ae45..2bc15d1 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 options_ global constant in config.c + // and change the settings_ global constant in settings.h SettingsContext context; u32 colors[COLOR_COUNT]; -- cgit v1.2.3