From 505c6e31131a36eb13e7e7a02e52010dec395ad7 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 13 Jul 2016 09:31:01 +0000 Subject: [PATCH] Balance comments --- src/xpdev/genwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpdev/genwrap.c b/src/xpdev/genwrap.c index d150df7bec..4357a7ff6a 100644 --- a/src/xpdev/genwrap.c +++ b/src/xpdev/genwrap.c @@ -254,7 +254,7 @@ char* DLLCALL byte_count_to_str(int64_t bytes, char* str, size_t size) /* Parse a duration string, default unit is in seconds */ /* (Y)ears, (W)eeks, (D)ays, (H)ours, and (M)inutes */ -/* suffixes/multipliers are supported. +/* suffixes/multipliers are supported. */ /* Return value is in seconds */ double DLLCALL parse_duration(const char* str) { -- GitLab