commit - a94b7229326bfb2d0c8fb77a2ec4570c8fb4f9cf
commit + e638575c9295479520dc4db9d23e22c18d61f3fb
blob - 3945cbb5448b10d07a96553307d4786990824929
blob + f932658fe28ad7b69bca4ca743858921c1a27138
--- lib/diff_output_unidiff.c
+++ lib/diff_output_unidiff.c
result->right->root->diff_flags);
bool show_function_prototypes = (flags & DIFF_FLAG_SHOW_PROTOTYPES);
int i;
- unsigned int check_left_pos, check_right_pos;
if (!result)
return EINVAL;
}
#if DEBUG
+ unsigned int check_left_pos, check_right_pos;
check_left_pos = 0;
check_right_pos = 0;
for (i = 0; i < result->chunks.len; i++) {