Skip to content

Commit

Permalink
examples/diff: update example code
Browse files Browse the repository at this point in the history
Signed-off-by: schu <schu-github@schulog.org>
  • Loading branch information
schu committed Mar 13, 2012
1 parent a17e882 commit 288c8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/diff.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ int main(int argc, char *argv[])
!check_uint16_param(a, "--unified=", &opts.context_lines) && !check_uint16_param(a, "--unified=", &opts.context_lines) &&
!check_uint16_param(a, "--inter-hunk-context=", !check_uint16_param(a, "--inter-hunk-context=",
&opts.interhunk_lines) && &opts.interhunk_lines) &&
!check_str_param(a, "--src-prefix=", &opts.src_prefix) && !check_str_param(a, "--src-prefix=", &opts.old_prefix) &&
!check_str_param(a, "--dst-prefix=", &opts.dst_prefix)) !check_str_param(a, "--dst-prefix=", &opts.new_prefix))
usage("Unknown arg", a); usage("Unknown arg", a);
} }


Expand Down

0 comments on commit 288c8a2

Please sign in to comment.