diff options
author | Brian Paul <[email protected]> | 2009-11-17 16:05:59 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-17 16:16:30 -0700 |
commit | 0422053eca12b4fb912e0229c96a9d12453e31c4 (patch) | |
tree | 1826d57bf747611d1825256bcc95ee96e511c5a3 /src/mesa/main/formats.h | |
parent | e36751ec81736a8466b1a6a722c1b2cf578d713b (diff) |
mesa: remove trailing comment to silence warning
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r-- | src/mesa/main/formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h index eba28a69bee..0eeeb8b2bac 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; |