mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 05:14:14 +01:00
Fix the documentation for MinidumpFileWriter::Open().
BUG=581 R=mark@chromium.org Review URL: https://breakpad.appspot.com/6654002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1328 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
f05e1037b5
commit
31845f2bce
@ -74,8 +74,8 @@ public:
|
||||
MinidumpFileWriter();
|
||||
~MinidumpFileWriter();
|
||||
|
||||
// Open |path| as the destination of the minidump data. Any existing file
|
||||
// will be overwritten.
|
||||
// Open |path| as the destination of the minidump data. If |path| already
|
||||
// exists, then Open() will fail.
|
||||
// Return true on success, or false on failure.
|
||||
bool Open(const char *path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user