Skip to content

Commit 4323b42

Browse files
committed
this is now a char
1 parent f20af6f commit 4323b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibGit-Core.package/LGitDiffLine.class/class/fieldsDesc.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fields description
22
fieldsDesc
33
^#(
4-
LGitDiffLineTypeEnum origin "A git_diff_line_t value"
4+
char origin "A git_diff_line_t value"
55
int old_lineno "Line number in old file or -1 for added line"
66
int new_lineno "Line number in new file or -1 for deleted line"
77
int num_lines "Number of newline characters in content"

0 commit comments

Comments
 (0)