aboutsummaryrefslogtreecommitdiffstats
path: root/glprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'glprog.h')
-rw-r--r--glprog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glprog.h b/glprog.h
index 8d8f860..7e5fd4a 100644
--- a/glprog.h
+++ b/glprog.h
@@ -19,7 +19,7 @@ struct glprog_progs {
#define SH_PROG(name) struct shader name;
#include "shaders/data.h"
struct {
-#define SH_IN(_0, name) GLint name;
+#define SH_IN(_, name) GLint name;
#include "shaders/data.h"
} attr;
};