diff options
author | Brian Paul <[email protected]> | 2006-11-16 16:12:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-16 16:12:10 +0000 |
commit | 7438a78cf4c220be18134a1d8dde7c776edbbbd3 (patch) | |
tree | a4ed0c3eb438c7a56a54729187b0ddeff4f567a0 /src/mesa/main/enums.c | |
parent | ebe4c893f8c0e80fe474743574a377d460b5f3e8 (diff) |
use LONGSTRING to silence warning
Diffstat (limited to 'src/mesa/main/enums.c')
-rw-r--r-- | src/mesa/main/enums.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index d864cd22aa4..fc56809e978 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -34,7 +34,7 @@ typedef struct { int n; } enum_elt; -static const char enum_string_table[] = +LONGSTRING static const char enum_string_table[] = "GL_2D\0" "GL_2_BYTES\0" "GL_3D\0" |