diff --git a/command_line.cc b/command_line.cc index 28ff7e8d..59dd55f6 100644 --- a/command_line.cc +++ b/command_line.cc @@ -1054,7 +1054,7 @@ void RegisterId(TypedBidiMessageQueue& t) { }); } -int main(int argc, char** argv) {j +int main(int argc, char** argv) { // TODO: real queue size const int kQueueSize = 128; TypedBidiMessageQueue t("foo", kQueueSize);