Branch: refs/heads/master Author: Nick Treleaven n@trelsoft.com Committer: Nick Treleaven n@trelsoft.com Date: Fri, 11 Oct 2019 12:15:19 UTC Commit: 75def8a24eb2dab8d376ae051806128827d34fbe https://github.com/geany/geany/commit/75def8a24eb2dab8d376ae051806128827d34f...
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).