# HG changeset patch # User Matti Hamalainen # Date 1578265287 -7200 # Node ID 7c78ec8f6abde611b24473b2b90c2145ba23ca5e # Parent cea4a7df9efd993468e9e5cf77efc2febca39d9a Improve one comment line. diff -r cea4a7df9efd -r 7c78ec8f6abd sidinfo.c --- 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);