diff options
Diffstat (limited to 'tests/online/push_util.h')
-rw-r--r-- | tests/online/push_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/online/push_util.h b/tests/online/push_util.h index 822341bd2..570873cfe 100644 --- a/tests/online/push_util.h +++ b/tests/online/push_util.h @@ -16,8 +16,8 @@ extern const git_oid OID_ZERO; typedef struct { char *name; - git_oid *old_oid; - git_oid *new_oid; + git_oid old_oid; + git_oid new_oid; } updated_tip; typedef struct { |