From 0c84f6e820315fe40c85b4bc9a375c341b16e507 Mon Sep 17 00:00:00 2001 From: rrooij Date: Tue, 19 May 2015 07:19:53 +0200 Subject: command: use consistent comment style Signed-off-by: wm4 --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 54fc79fede..0fb36d7142 100644 --- a/player/command.c +++ b/player/command.c @@ -4123,7 +4123,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re get_current_pos_ratio(mpctx, false) + v / 100.0, precision, false); set_osd_function(mpctx, v > 0 ? OSD_FFW : OSD_REW); - } else if (abs) { /* Absolute seek by percentage */ + } else if (abs) { // Absolute seek by percentage queue_seek(mpctx, MPSEEK_FACTOR, v / 100.0, precision, false); set_osd_function(mpctx, OSD_FFW); // Direction isn't set correctly } else { -- cgit v1.2.3