aboutsummaryrefslogtreecommitdiff
path: root/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'text.c')
-rw-r--r--text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.c b/text.c
index b68d707..ea02cd4 100644
--- a/text.c
+++ b/text.c
@@ -1049,7 +1049,7 @@ void text_mark_clear_all(Text *txt) {
text_mark_clear(txt, mark);
}
-const char *text_filename(Text *txt) {
+const char *text_filename_get(Text *txt) {
return txt->filename;
}