Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.c')
-rw-r--r--examples/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.c b/examples/common.c
index 12dbccf59..a066c153c 100644
--- a/examples/common.c
+++ b/examples/common.c
@@ -156,7 +156,7 @@ int diff_output(
const git_diff_line *l,
void *p)
{
- FILE *fp = p;
+ FILE *fp = (FILE*)p;
(void)d; (void)h;