extra ';' outside of a function [-pedantic,-Wextra-semi]

llvm-svn: 157330
This commit is contained in:
Filipe Cabecinhas 2012-05-23 16:27:09 +00:00
parent 10287d839f
commit c34f776877
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace lldb
if (error.Success())
((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm);
}
};
}
#define DEBUGSERVER_BASENAME "debugserver"