/
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
Fix a bunch of pointer declarations (codestyle)
[git/git.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index
2a04701
..
cdeda1d
100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-562,7
+562,7
@@
static char **get_path_split(void)
if (!n)
return NULL;
- path = xmalloc((n+1)*sizeof(char*));
+ path = xmalloc((n+1)*sizeof(char
*));
p = envpath;
i = 0;
do {