diff options
author | Matthias Hopf <mhopf@suse.de> | 2007-10-23 16:23:28 +0200 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2007-10-23 16:23:28 +0200 |
commit | a8a148919b84a293e3e7a49409ab833590357edb (patch) | |
tree | 19dee30cda9480569b9311ffbb74111991b56f71 /render/picture.h | |
parent | 75f05086d04a90c3dcdcdd31bf79d7033708e3e0 (diff) |
Superfluous ','.
Diffstat (limited to 'render/picture.h')
-rw-r--r-- | render/picture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picture.h b/render/picture.h index 563a81b43..e8a098cd9 100644 --- a/render/picture.h +++ b/render/picture.h @@ -115,7 +115,7 @@ typedef enum _PictFormatShort { /* 1bpp formats */ PICT_a1 = PIXMAN_a1, - PICT_g1 = PIXMAN_g1, + PICT_g1 = PIXMAN_g1 } PictFormatShort; /* |