From 4ea381d6a8a2a560213de896bab2aad02a70f937 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 15 Aug 2023 10:50:30 -0300 Subject: some settings stuff --- build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.c') diff --git a/build.c b/build.c index df8f36f..265c7ac 100644 --- a/build.c +++ b/build.c @@ -103,7 +103,7 @@ void build_start_with_command(Ted *ted, const char *command) { } void build_start(Ted *ted) { - Settings *settings = ted_active_settings(ted); + const Settings *settings = ted_active_settings(ted); const char *command = settings->build_command; { -- cgit v1.2.3