Commit da64cd6d authored by Sergei Petrunia's avatar Sergei Petrunia

Fix a typo: use __attribute__(...) not __attribute(...)

parent 00917fae
...@@ -90,7 +90,7 @@ const char *client_errors[]= ...@@ -90,7 +90,7 @@ const char *client_errors[]=
"" ""
}; };
const char** get_client_errmsgs(int nr __attribute((unused))) const char** get_client_errmsgs(int nr __attribute__((unused)))
{ {
return client_errors; return client_errors;
} }
......
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