From 027f80924eed6560f7edb78404143f333e54f328 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 19 Aug 2003 00:50:15 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2146 --- api/gutil.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/gutil.C b/api/gutil.C index 5ffdd97499..35e394f796 100755 --- a/api/gutil.C +++ b/api/gutil.C @@ -1,4 +1,3 @@ -//#include // for ASSERT // The contents of this file are subject to the BOINC Public License // Version 1.0 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at @@ -462,7 +461,7 @@ int init_texture(char* filename) { ); err = glGetError(); if (err) { - fprintf(stderr, "glTexImage2D returned error # %d: %s\n", err, gluErrorString(err)); + fprintf(stderr, "glTexImage2D returned error # %d: %s\n", err, gluErrorString(err)); return err; } return 0;