Skip to content

Commit 36c1370

Browse files
committed
Fix incorrect pointer type on git_stash_save_options
1 parent 7347eff commit 36c1370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git2/stash.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type
7474
message: PAnsiChar;
7575

7676
(** Optional paths that control which files are stashed. *)
77-
paths: Pgit_strarray;
77+
paths: git_strarray;
7878
end;
7979
Pgit_stash_save_options = ^git_stash_save_options;
8080

0 commit comments

Comments
 (0)