diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index 46a4a24aa..27051ec39 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -158,7 +158,7 @@ static void save_cylinder_info(struct membuffer *b, struct dive *dive) if (cylinder->cylinder_use != OC_GAS) put_format(b, " use=%s", cylinderuse_text[cylinder->cylinder_use]); if (cylinder->depth.mm != 0) - put_milli(b, " depth='", cylinder->depth.mm, "m'"); + put_milli(b, " depth=", cylinder->depth.mm, "m"); put_string(b, "\n"); } } |