diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-07-07 14:44:38 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-07-07 14:44:38 +0000 |
commit | dd0b2b7f7152e8964c09518f64b74d3b53dbe7e8 (patch) | |
tree | 34ec507f8919a9eb81f391de5fe2c700da18def6 | |
parent | 7c7de76f825f155feac3a8e87ad0267f2eed4ebc (diff) |
test
-rw-r--r-- | src/mesa/main/fog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/fog.c b/src/mesa/main/fog.c index 76af551b7c..cdab3553ba 100644 --- a/src/mesa/main/fog.c +++ b/src/mesa/main/fog.c @@ -1,4 +1,4 @@ -/* $Id: fog.c,v 1.10 2000/07/07 14:43:01 keithw Exp $ */ +/* $Id: fog.c,v 1.11 2000/07/07 14:44:38 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -428,4 +428,3 @@ _mesa_fog_ci_pixels( const GLcontext *ctx, } } -/* HELLO */ |