diff options
author | Nico Weber <thakis@chromium.org> | 2019-02-21 10:09:45 -0500 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2019-02-21 15:43:19 +0000 |
commit | 37a60998cade967809391d0986aa4af05d18a8ab (patch) | |
tree | 869f797bbf42c02f0dbdf0ae446bc7c680b4dd02 /src/google_breakpad/processor | |
parent | Delete deprecated SetFirstChanceExceptionHandler function (diff) | |
download | breakpad-37a60998cade967809391d0986aa4af05d18a8ab.tar.xz |
breakpad: Remove semicolons.
Bug: chromium:926235
Change-Id: I7f0795ebd651303b6f7fb6981c2f639e17a536bb
Reviewed-on: https://chromium-review.googlesource.com/c/1481232
Reviewed-by: Mark Mentovai <mark@chromium.org>
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. |