Removed compiler warning

This commit is contained in:
Michael Widenius 2010-12-05 19:46:39 +02:00
parent 6061a11d36
commit b3c72b9a02

View file

@ -271,7 +271,7 @@ fprint_copyright(FILE *file)
int
main(int argc, char **argv __attribute__((unused)))
{
CHARSET_INFO ncs;
struct charset_info_st ncs;
CHARSET_INFO *cs;
char filename[256];
FILE *f= stdout;