This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2018-04-20 11:09:44 +02:00
parent d18b57f7fd
commit cdacc27e07

View File

@@ -1322,8 +1322,8 @@ int terminal_urlify_path(const char *path, const char *text, char **ret) {
assert(path);
/* Much like terminal_urlify() above, but takes a file system path as input, and turns it into a properl
* file:// URL first. */
/* Much like terminal_urlify() above, but takes a file system path as input
* and turns it into a proper file:// URL first. */
if (isempty(path))
return -EINVAL;