diff options
| author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-16 16:55:11 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-06-17 22:30:29 +0200 |
| commit | b76934de6cfb920bc52c03730667fad3e0434aa4 (patch) | |
| tree | 42fb72ac8637b4dbf6be9eb480efdc861e1de932 /src/config_file.c | |
| parent | c716b1878e33d8cecf33e4c2a7b48d51bc88f95e (diff) | |
| download | libgit2-b76934de6cfb920bc52c03730667fad3e0434aa4.tar.gz | |
Remove double-space
Noticed by txdv
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'src/config_file.c')
| -rw-r--r-- | src/config_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_file.c b/src/config_file.c index 0ddda3864..2966f11bd 100644 --- a/src/config_file.c +++ b/src/config_file.c @@ -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; |
