[MESA] Fix 'ATTRIB_h' typo

clang-cl 10:
'.../attrib.h(32,9): warning: 'ATTRIB_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]'

Addendum to 5f2bebf.
CORE-7499 CORE-14306
This commit is contained in:
Serge Gautherie
2020-08-30 02:00:57 +03:00
committed by Stanislav Motylkov
parent bd27b050fc
commit f8b0c7c6dd
+1 -1
View File
@@ -30,7 +30,7 @@
#ifndef ATTRIB_H
#define ATTRIB_h
#define ATTRIB_H
#include "types.h"