Commit 6975a71e authored by unknown's avatar unknown

remove extra ; causing compile errors on some platforms

parent 2d797068
...@@ -152,7 +152,7 @@ NdbRecordPrintFormat::NdbRecordPrintFormat() ...@@ -152,7 +152,7 @@ NdbRecordPrintFormat::NdbRecordPrintFormat()
null_string= "[NULL]"; null_string= "[NULL]";
hex_format= 0; hex_format= 0;
} }
NdbRecordPrintFormat::~NdbRecordPrintFormat() {}; NdbRecordPrintFormat::~NdbRecordPrintFormat() {}
static const NdbRecordPrintFormat default_print_format; static const NdbRecordPrintFormat default_print_format;
static void static void
......
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