Commit ba1c05cc authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warning

warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
parent 925b6ee0
......@@ -654,7 +654,7 @@ mkdirp(const char *pathname, int Flags, myf MyFlags)
parent[len-1]= 0;
for (p = parent + strlen(parent);
!is_path_separator(*p) && p != parent; p--);
!is_path_separator(*p) && p != parent; p--) ;
*p = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment