Plowed one more file this morning. Still just trivial formatting issues.

And I left alone the "INIT DISPLAY STRING PARSING" section, since
it still appears to be in flux.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@346 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
rkrolib 2003-11-14 15:10:50 +00:00
parent d83464df48
commit 26b98ad308

View File

@ -175,7 +175,7 @@ void fgInitialize( const char* displayName )
* Register the window class
*/
atom = RegisterClass( &wc );
assert( atom != 0 );
assert( atom );
}
/*