Fixed formatting and switch statement warnings

This commit is contained in:
vaguilar 2014-11-27 02:35:27 -08:00
parent 2a4b698f8e
commit 223e76d51d
7 changed files with 13 additions and 11 deletions

View file

@ -67,6 +67,8 @@ public:
u16str = std::u16string(data, size/2 - 1); // Data is always null-terminated.
break;
}
default:
break;
}
}