diff options
Diffstat (limited to 'src/google_breakpad/processor')
-rw-r--r-- | src/google_breakpad/processor/stack_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google_breakpad/processor/stack_frame.h b/src/google_breakpad/processor/stack_frame.h index b55eb9c7..1491d788 100644 --- a/src/google_breakpad/processor/stack_frame.h +++ b/src/google_breakpad/processor/stack_frame.h @@ -84,7 +84,7 @@ struct StackFrame { default: return "unknown"; } - }; + } // Return the actual return address, as saved on the stack or in a // register. See the comments for 'instruction', below, for details. |