fix warning + minor style
1 files changed, 2 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | urmoms.c | +2 | -1 |
1@@ -533,7 +533,6 @@ writeblob(const char *path)
2 {
3 char htmlpath[PATH_MAX];
4 char refpath[PATH_MAX];
5- char *relp;
6 git_object *obj = NULL;
7 FILE *fp;
8
9@@ -557,7 +556,9 @@ writeblob(const char *path)
10 fputs("</pre>\n", fp);
11 writefooter(fp);
12 fclose(fp);
13+
14 relpath = "";
15+
16 return 0;
17 }
18