*** empty log message ***

svn path=/trunk/boinc/; revision=2146
This commit is contained in:
David Anderson 2003-08-19 00:50:15 +00:00
parent 4dbdc317aa
commit 027f80924e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
//#include <afx.h> // for ASSERT
// The contents of this file are subject to the BOINC Public License // 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 // 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 // compliance with the License. You may obtain a copy of the License at
@ -462,7 +461,7 @@ int init_texture(char* filename) {
); );
err = glGetError(); err = glGetError();
if (err) { 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 err;
} }
return 0; return 0;