Merge pull request #3624 from cold-brewed/path-get-slash
Fixing up path_get_slash return value
This commit is contained in:
@@ -747,7 +747,7 @@ path_slash(char *path)
|
||||
}
|
||||
|
||||
/* Return a trailing (back)slash if necessary. */
|
||||
char *
|
||||
const char *
|
||||
path_get_slash(char *path)
|
||||
{
|
||||
char *ret = "";
|
||||
|
||||
Reference in New Issue
Block a user