diff --git a/src/compiler/glsl/ast_type.cpp b/src/compiler/glsl/ast_type.cpp index f7bac0d3552..a273eecf778 100644 --- a/src/compiler/glsl/ast_type.cpp +++ b/src/compiler/glsl/ast_type.cpp @@ -200,7 +200,7 @@ validate_view_qualifier(YYLTYPE *loc, struct _mesa_glsl_parse_state *state, } else if (view <= 0) { _mesa_glsl_error(loc, state, - "invalid view specified %d is less than 0", view); + "invalid view specified %d is less than 1", view); return false; }