mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-26 22:34:59 +00:00
Remove double-space
Noticed by txdv Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
c716b1878e
commit
b76934de6c
@ -240,7 +240,7 @@ static int cvar_normalize_name(cvar_t *var, char **output)
|
||||
return GIT_SUCCESS;
|
||||
}
|
||||
|
||||
static char *interiorize_section(const char *orig)
|
||||
static char *interiorize_section(const char *orig)
|
||||
{
|
||||
char *dot, *last_dot, *section, *ret;
|
||||
int len;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user