sequencer.c: remove a stray semicolon
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 3 Nov 2018 14:32:29 +0000 (15:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Nov 2018 01:24:55 +0000 (10:24 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
index 8dd6db5a017030da8468a48fe868d2982394699d..4d5abb9f089b02c6e7ba8c180d6df2baff712483 100644 (file)
@@ -4647,7 +4647,7 @@ int complete_action(struct replay_opts *opts, unsigned flags,
 
        if (checkout_onto(opts, onto_name, oid_to_hex(&oid), orig_head))
                return -1;
-;
+
        if (require_clean_work_tree("rebase", "", 1, 1))
                return -1;