From e5d3a9238079f7f9af436d4d6c6804ca05fc55ca Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 28 Jan 2020 13:40:57 +0900 Subject: [PATCH] Cleanup --- tui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui_main.c b/tui_main.c index 5c2b888..80edcb1 100644 --- a/tui_main.c +++ b/tui_main.c @@ -1234,7 +1234,7 @@ static bool ged_set_osc_udp(Ged *a, char const *dest_addr, return true; } -static double ms_to_sec(double ms) { return ms / 1000.0; } +static ORCA_FORCEINLINE double ms_to_sec(double ms) { return ms / 1000.0; } static double ged_secs_to_deadline(Ged const *a) { if (!a->is_playing)