From f02a5f6cc55fc61229a038ac72edb3ce97cb6950 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Jul 2002 15:54:01 +0000 Subject: Pedantic compiler fixes (Sven Panne) --- progs/demos/paltex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs/demos/paltex.c') diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index d37538bcf4..67ba27bb8a 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -1,4 +1,4 @@ -/* $Id: paltex.c,v 1.7 2002/01/16 00:48:43 kschultz Exp $ */ +/* $Id: paltex.c,v 1.8 2002/07/12 15:54:02 brianp Exp $ */ /* * Paletted texture demo. Written by Brian Paul. @@ -161,7 +161,7 @@ static void Init( void ) 0, /* border */ GL_COLOR_INDEX, /* texture format */ GL_UNSIGNED_BYTE, /* texture type */ - texture); /* teh texture */ + texture); /* the texture */ #endif glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); -- cgit v1.2.3