Commit bddd63cf authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix compile error on Windows, intrduced by previous monty's push

parent c0eebb83
......@@ -119,7 +119,7 @@ void wait_for_free_space(const char *filename, int errors)
(void) sleep(MY_WAIT_FOR_USER_TO_FIX_PANIC);
}
const char **get_global_errmsgs(int nr __attribute((unused)))
const char **get_global_errmsgs(int nr __attribute__((unused)))
{
return globerrs;
}
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