From fed221a2c140ee0d1b002ccc01eac33cf0a114c3 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Fri, 27 Jul 2012 08:06:19 +0200 Subject: [PATCH] fixed a little compiling issue --- shadermodeinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadermodeinfo.h b/shadermodeinfo.h index 5b9a2646..ac715d42 100644 --- a/shadermodeinfo.h +++ b/shadermodeinfo.h @@ -1,8 +1,8 @@ -typedef struct shadermodeinfo_s +struct shadermodeinfo_s { const char *vertexfilename; const char *geometryfilename; const char *fragmentfilename; const char *pretext; const char *name; -} shadermodeinfo_t; +}; -- 2.39.2