Bustage fix follow-up to bug 629538. Fix pedantic error in ShaderLang.h that only shows up in non-IPC builds due to the way IPC disables pedantic. r=bjacob,a=bustage-fix

This commit is contained in:
Mark Banner
2011-01-30 15:54:07 +00:00
parent e2bbc043fc
commit 39cbeeb3f5

View File

@@ -93,7 +93,7 @@ typedef enum {
SH_OBJECT_CODE = 0x0004, SH_OBJECT_CODE = 0x0004,
SH_ATTRIBUTES_UNIFORMS = 0x0008, SH_ATTRIBUTES_UNIFORMS = 0x0008,
SH_LINE_DIRECTIVES = 0x0010, SH_LINE_DIRECTIVES = 0x0010,
SH_SOURCE_PATH = 0x0200, SH_SOURCE_PATH = 0x0200
} ShCompileOptions; } ShCompileOptions;
// //