summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
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;
{