Fixed compile error in older gcc's for trailing comma in enum.

Change-Id: I60f6da32fb2a30557fcf842624f68ca184f65e1f
Tested: on Linux.
parent 62af5338
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
enum OutputFormat { enum OutputFormat {
kDecimal, kDecimal,
kHexadecimal, kHexadecimal,
kHexadecimal0x, kHexadecimal0x
}; };
int main(int argc, char* argv[]) { int main(int argc, char* argv[]) {
......
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