diff --git a/patch-ids.h b/patch-ids.h index 490d739371..57534ee722 100644 --- a/patch-ids.h +++ b/patch-ids.h @@ -37,7 +37,7 @@ int has_commit_patch_id(struct commit *commit, struct patch_ids *); * struct patch_id *cur; * for (cur = patch_id_iter_first(commit, ids); * cur; - * cur = patch_id_iter_next(cur, ids) { + * cur = patch_id_iter_next(cur, ids)) { * ... look at cur->commit * } */