aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index 2c53f1a..985309e 100644
--- a/vis.c
+++ b/vis.c
@@ -144,7 +144,7 @@ static File *file_new_text(Vis *vis, Text *text) {
return file;
}
-static char *absolute_path(const char *name) {
+char *absolute_path(const char *name) {
if (!name)
return NULL;
char *copy1 = strdup(name);