changeset 270:7c78ec8f6abd

Improve one comment line.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 01:01:27 +0200
parents cea4a7df9efd
children 439d08a11365
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Mon Jan 06 01:01:02 2020 +0200
+++ b/sidinfo.c	Mon Jan 06 01:01:27 2020 +0200
@@ -1293,7 +1293,7 @@
     // Check if HVSC path is set
     if (setHVSCPath != NULL)
     {
-        // Check path separator at end
+        // Ensure that there is a path separator at the end
         if (th_strrcasecmp(setHVSCPath, TH_DIR_SEPARATOR_STR) == NULL)
             th_pstr_printf(&setHVSCPath, "%s%c", setHVSCPath, TH_DIR_SEPARATOR_CHR);