Skip to content

Commit da64cd6

Browse files
committed
Fix a typo: use __attribute__(...) not __attribute(...)
1 parent 00917fa commit da64cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmysql/errmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const char *client_errors[]=
9090
""
9191
};
9292

93-
const char** get_client_errmsgs(int nr __attribute((unused)))
93+
const char** get_client_errmsgs(int nr __attribute__((unused)))
9494
{
9595
return client_errors;
9696
}

0 commit comments

Comments
 (0)