mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
Fix func signature
This commit is contained in:
parent
b23e0ad508
commit
084b88b6f4
@ -39,7 +39,7 @@ namespace paths {
|
||||
static const char WINDOWS_FILE_PATH_SEPARATOR = '\\';
|
||||
static const char UNIX_FILE_PATH_SEPARATOR = '/';
|
||||
|
||||
char* windows_to_unix_file_path(std::string file_path);
|
||||
char* windows_to_unix_file_path(char* input);
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user