summaryrefslogtreecommitdiff
path: root/src/mesa/main/formats.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-17 16:05:59 -0700
committerBrian Paul <brianp@vmware.com>2009-11-17 16:16:30 -0700
commit0422053eca12b4fb912e0229c96a9d12453e31c4 (patch)
tree1826d57bf747611d1825256bcc95ee96e511c5a3 /src/mesa/main/formats.h
parente36751ec81736a8466b1a6a722c1b2cf578d713b (diff)
mesa: remove trailing comment to silence warning
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r--src/mesa/main/formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index eba28a69be..0eeeb8b2ba 100644
--- a/src/mesa/main/formats.h
+++ b/src/mesa/main/formats.h
@@ -140,7 +140,7 @@ typedef enum
MESA_FORMAT_SIGNED_RGBA_16,
/*@}*/
- MESA_FORMAT_COUNT,
+ MESA_FORMAT_COUNT
} gl_format;