[geany/geany] 75def8: Fix gcc warning: "/*" within comment

Nick Treleaven git-noreply at xxxxx
Fri Oct 11 12:15:19 UTC 2019


Branch:      refs/heads/master
Author:      Nick Treleaven <n at trelsoft.com>
Committer:   Nick Treleaven <n at trelsoft.com>
Date:        Fri, 11 Oct 2019 12:15:19 UTC
Commit:      75def8a24eb2dab8d376ae051806128827d34fbe
             https://github.com/geany/geany/commit/75def8a24eb2dab8d376ae051806128827d34fbe

Log Message:
-----------
Fix gcc warning: "/*" within comment


Modified Paths:
--------------
    src/utils.c

Modified: src/utils.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2189,7 +2189,7 @@ gchar **utils_strv_shorten_file_list(gchar **file_names, gssize file_names_len)
 	names[num] = NULL;
 
 	/* First: determine the common prefix, that will be stripped.
-	/* We only want to strip full path components, including the trailing slash.
+	 * We only want to strip full path components, including the trailing slash.
 	 * Except if the component is just "/".
 	 */
 	prefix = utils_strv_find_common_prefix(names, num);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list