summaryrefslogtreecommitdiff
path: root/src/diff_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff_output.h')
-rw-r--r--src/diff_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_output.h b/src/diff_output.h
index ae1a491ec..083355676 100644
--- a/src/diff_output.h
+++ b/src/diff_output.h
@@ -42,7 +42,7 @@ typedef struct diff_patch_line diff_patch_line;
struct diff_patch_line {
const char *ptr;
size_t len;
- int lines, oldno, newno;
+ size_t lines, oldno, newno;
char origin;
};