summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index c014103..9f49fdd 100644
--- a/ted.h
+++ b/ted.h
@@ -196,7 +196,7 @@ typedef struct {
char *file;
u32 line;
char *text;
- Settings *settings; // only used in config_parse
+ u32 settings; // index into ted->all_settings. only used in config_parse
} ConfigPart;
// this refers to replacing prev_len characters (found in prev_text) at pos with new_len characters