Fix MSVC error from r280919
authorPavel Labath <labath@google.com>
Thu, 8 Sep 2016 16:58:30 +0000 (16:58 +0000)
committerPavel Labath <labath@google.com>
Thu, 8 Sep 2016 16:58:30 +0000 (16:58 +0000)
commitcfc7ae661628d51231308ebb4f0d7808d29a1c7b
tree4ea7d0234640318f84cefa8bb0d0ad61aeecb874
parent1c608f432318a040514be17c528b97ea0626a02f
Fix MSVC error from r280919

MSVC did not understand my brace-initializer syntax. :/

llvm-svn: 280965
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp