remove trailing comma that makes gcc -pedantic unhappy

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@653 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2010-08-16 18:23:52 +00:00
parent 31b4957eea
commit 2b7ae09319

View File

@ -53,7 +53,7 @@ enum {
MD_LINUX_ENVIRON = 0x47670007, /* /proc/$x/environ */
MD_LINUX_AUXV = 0x47670008, /* /proc/$x/auxv */
MD_LINUX_MAPS = 0x47670009, /* /proc/$x/maps */
MD_LINUX_DSO_DEBUG = 0x4767000A, /* DSO data */
MD_LINUX_DSO_DEBUG = 0x4767000A /* DSO data */
};
typedef struct {