Commit 03393a0d authored by Tor Didriksen's avatar Tor Didriksen

fix typo in previous patch

parent a3f7cb4c
......@@ -152,6 +152,7 @@ int my_sync_dir_by_file(const char *file_name, myf my_flags)
size_t dir_name_length;
dirname_part(dir_name, file_name, &dir_name_length);
return my_sync_dir(dir_name, my_flags);
}
#else /* NEED_EXPLICIT_SYNC_DIR */
int my_sync_dir_by_file(const char *file_name __attribute__((unused)),
myf my_flags __attribute__((unused)))
......
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