/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sparse: Fix mingw_main() argument number/type errors
[git/git.git]
/
remote-testsvn.c
diff --git
a/remote-testsvn.c
b/remote-testsvn.c
index
5ddf11c
..
d7cd5d2
100644
(file)
--- a/
remote-testsvn.c
+++ b/
remote-testsvn.c
@@
-286,7
+286,7
@@
static int do_command(struct strbuf *line)
return 0;
}
-int main(int argc, c
onst c
har **argv)
+int main(int argc, char **argv)
{
struct strbuf buf = STRBUF_INIT, url_sb = STRBUF_INIT,
private_ref_sb = STRBUF_INIT, marksfilename_sb = STRBUF_INIT,