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 6300c0b..f6e8ae4 100644
--- a/ted.h
+++ b/ted.h
@@ -329,7 +329,7 @@ typedef struct {
} FindResult;
typedef struct {
- char *filename;
+ char *path;
BufferPos pos;
u32 build_output_line; // which line in the build output corresponds to this error
} BuildError;