aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index edfa210..a2ab3f5 100644
--- a/editor.h
+++ b/editor.h
@@ -189,7 +189,7 @@ enum Mark {
struct File {
Text *text;
const char *name;
- bool stdin;
+ bool is_stdin;
struct stat stat;
int refcount;
Mark marks[MARK_LAST];