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:
parent
d83464df48
commit
26b98ad308
@ -175,7 +175,7 @@ void fgInitialize( const char* displayName )
|
||||
* Register the window class
|
||||
*/
|
||||
atom = RegisterClass( &wc );
|
||||
assert( atom != 0 );
|
||||
assert( atom );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user