Introduction
Introduction Statistics Contact Development Disclaimer Help
twritelog: remove return value, it was unused - stagit - static git page genera…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 372fe8d86e621b09dadb893b2153f643a70cab7f
parent e01336e656582ed0a235b30b549dd8f5e69e860b
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 20 Dec 2015 17:11:06 +0100
writelog: remove return value, it was unused
Diffstat:
M urmoms.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/urmoms.c b/urmoms.c
t@@ -409,14 +409,13 @@ printshowfile(struct commitinfo *ci)
return;
}
-int
+void
writelog(FILE *fp)
{
struct commitinfo *ci;
git_revwalk *w = NULL;
git_oid id;
size_t len;
- int ret = 0;
mkdir("commit", 0755);
t@@ -469,8 +468,6 @@ writelog(FILE *fp)
git_revwalk_free(w);
relpath = "";
-
- return ret;
}
void
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.