aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/common/minidump_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google_breakpad/common/minidump_format.h')
-rw-r--r--src/google_breakpad/common/minidump_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/google_breakpad/common/minidump_format.h b/src/google_breakpad/common/minidump_format.h
index 1526afce..959d15ba 100644
--- a/src/google_breakpad/common/minidump_format.h
+++ b/src/google_breakpad/common/minidump_format.h
@@ -1105,7 +1105,7 @@ typedef struct {
typedef struct {
uint32_t count;
- MDLocationDescriptor objects[0]; /* MDRawCrashpadAnnotation */
+ MDRawCrashpadAnnotation objects[0];
} MDRawCrashpadAnnotationList;
typedef struct {
@@ -1122,7 +1122,7 @@ typedef struct {
typedef struct {
uint32_t count;
- MDLocationDescriptor modules[0]; /* MDRawModuleCrashpadInfoLink */
+ MDRawModuleCrashpadInfoLink modules[0];
} MDRawModuleCrashpadInfoList;
typedef struct {