[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-27 18:56:14 +02:00 committed by Stanislav Motylkov
parent bd27b050fc
commit f8b0c7c6dd

View file

@ -30,7 +30,7 @@
#ifndef ATTRIB_H
#define ATTRIB_h
#define ATTRIB_H
#include "types.h"