Commit 013404a990deb32cbdbb7b721480633ba67ffdb3

Stefan Sperling 2017-11-30T16:04:00

add todo comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/diff.c b/lib/diff.c
index 2f39247..8fed0ef 100644
--- a/lib/diff.c
+++ b/lib/diff.c
@@ -348,6 +348,7 @@ done:
 static const struct got_error *
 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2)
 {
+	/* XXX TODO */
 	return NULL;
 }