mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-24 09:59:38 +00:00
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>
This commit is contained in:
committed by
Mark Mentovai
parent
a0e078365d
commit
37a60998ca
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user