Skip to content
Snippets Groups Projects
Commit 2f0c7d58 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Indent fix_path_separator() header properly.

parent 015722fb
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ static void get_bin_version(ClusterInfo *cluster); ...@@ -30,7 +30,8 @@ static void get_bin_version(ClusterInfo *cluster);
* such as is suitable for arguments to builtin commands * such as is suitable for arguments to builtin commands
* like RMDIR and DEL. * like RMDIR and DEL.
*/ */
static char *fix_path_separator(char *path) static char *
fix_path_separator(char *path)
{ {
#ifdef WIN32 #ifdef WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment