aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.h')
-rw-r--r--lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.h b/lib/util.h
index 819e939..9cbc547 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -311,7 +311,7 @@ tz_offset(void)
}
static inline usize
-fm_path_resolve(char *s, usize l)
+path_resolve(char *s, usize l)
{
char *m = s;
usize i = 0, w = 0;