add todo comment
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;
}