-rw-r--r-- | parsing.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -202,2 +202,5 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) | |||
202 | 202 | ||
203 | if (p == NULL) | ||
204 | return ret; | ||
205 | |||
203 | if (strncmp(p, "tree ", 5)) | 206 | if (strncmp(p, "tree ", 5)) |