summaryrefslogtreecommitdiffstats
path: root/save-git.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-git.c')
-rw-r--r--save-git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-git.c b/save-git.c
index 7b121a19b..c47638b8e 100644
--- a/save-git.c
+++ b/save-git.c
@@ -292,7 +292,7 @@ static void save_one_event(struct membuffer *b, struct event *ev)
show_index(b, ev->type, "type=", "");
show_index(b, ev->flags, "flags=", "");
show_index(b, ev->value, "value=", "");
- show_utf8(b, ev->name, " name=", "");
+ show_utf8(b, " name=", ev->name, "");
put_string(b, "\n");
}