command: use consistent comment style

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
rrooij 2015-05-19 07:19:53 +02:00 committed by wm4
parent e17a8550c4
commit 0c84f6e820
1 changed files with 1 additions and 1 deletions

View File

@ -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 {