remove trailing comma from enum definition to make it compile with -pedantic
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@437 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
72a2bff592
commit
d95a88c3f1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ enum {
|
|||
MD_LINUX_LSB_RELEASE = 0x47670005, /* /etc/lsb-release */
|
||||
MD_LINUX_CMD_LINE = 0x47670006, /* /proc/$x/cmdline */
|
||||
MD_LINUX_ENVIRON = 0x47670007, /* /proc/$x/environ */
|
||||
MD_LINUX_AUXV = 0x47670008, /* /proc/$x/auxv */
|
||||
MD_LINUX_AUXV = 0x47670008 /* /proc/$x/auxv */
|
||||
};
|
||||
|
||||
// Minidump defines register structures which are different from the raw
|
||||
|
|
Loading…
Reference in a new issue