summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-10 03:05:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-10 03:05:04 +0000
commit95740b2c113ced1d49d84ceecc551e3718d8d8c1 (patch)
tree876fd538eb4d37b7e5450e1b6feae978de3e243a /src/glu
parent2856b53e03a59d1a567a56b99450a44be1a60e13 (diff)
changed C++ comments to C style
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/tess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index fe8296c976..ad6d692657 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.2 1999/09/10 02:03:31 gareth Exp $ */
+/* $Id: tess.h,v 1.3 1999/09/10 03:05:04 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -105,4 +105,4 @@ int vdebugstr( char *format_str, ... );
}
#endif
-#endif // __GLU_TESS_H__
+#endif /* __GLU_TESS_H__ */