diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-12 16:01:42 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-12 16:01:42 +0000 |
commit | 6a0db5626987adebb5078bacf7548d89976576a4 (patch) | |
tree | 7a645b44c603e6ed0ba9939e24baed221f5a61c0 | |
parent | 5ac9e660a65f4ab06120abbc20598a93a87ded49 (diff) |
s/ATTRIB_h/ATTRIB_H/
-rw-r--r-- | src/mesa/main/attrib.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h index decc71a782..722bbcf83f 100644 --- a/src/mesa/main/attrib.h +++ b/src/mesa/main/attrib.h @@ -1,9 +1,8 @@ - /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 5.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,7 +24,7 @@ #ifndef ATTRIB_H -#define ATTRIB_h +#define ATTRIB_H #include "mtypes.h" |