From 281e9982905d4ca87510bb7e0a44650c537fc610 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 25 May 2019 22:11:18 +0200 Subject: player: make a function static --- player/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/misc.c') diff --git a/player/misc.c b/player/misc.c index 633ec6917d..ec8812f773 100644 --- a/player/misc.c +++ b/player/misc.c @@ -45,7 +45,7 @@ #include "core.h" #include "command.h" -double rel_time_to_abs(struct MPContext *mpctx, struct m_rel_time t) +static double rel_time_to_abs(struct MPContext *mpctx, struct m_rel_time t) { double length = get_time_length(mpctx); // declaration up here because of C grammar quirk -- cgit v1.2.3