fix warning + minor style
This commit is contained in:
parent
27397b310d
commit
23fdbb0c8c
1 changed files with 2 additions and 1 deletions
3
urmoms.c
3
urmoms.c
|
@ -533,7 +533,6 @@ writeblob(const char *path)
|
|||
{
|
||||
char htmlpath[PATH_MAX];
|
||||
char refpath[PATH_MAX];
|
||||
char *relp;
|
||||
git_object *obj = NULL;
|
||||
FILE *fp;
|
||||
|
||||
|
@ -557,7 +556,9 @@ writeblob(const char *path)
|
|||
fputs("</pre>\n", fp);
|
||||
writefooter(fp);
|
||||
fclose(fp);
|
||||
|
||||
relpath = "";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue