Fix a couple of warnings in stack_frame_symbolizer code

R=SiyangXie at https://breakpad.appspot.com/509003/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1097 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2013-01-18 13:40:40 +00:00
parent 63c5d98003
commit a151d78133
2 changed files with 2 additions and 1 deletions

View file

@ -62,7 +62,7 @@ class StackFrameSymbolizer {
ERROR,
// This indicates error for which stack walk should be interrupted
// and retried in future.
INTERRUPT,
INTERRUPT
};
StackFrameSymbolizer(SymbolSupplier* supplier,