From 50813b0e99321ba5c60ea4bc8c16d19519801446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 12 Sep 2014 13:48:28 +0200 Subject: Rename text_filename to text_filename_get --- text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.c') 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; } -- cgit v1.2.3