mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	tfogal@sci.utah.edu: A patch I sent earlier was missing a \n in a debug print.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@561 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
		
							parent
							
								
									29a8f3c642
								
							
						
					
					
						commit
						9843c9ebc0
					
				@ -132,7 +132,7 @@ sub output_tokens($$)
 | 
			
		||||
        print map { &{$fnc}($_, $tbl->{$_}) } sort { hex ${$tbl}{$a} <=> hex ${$tbl}{$b} } keys %{$tbl};
 | 
			
		||||
        print "\n";
 | 
			
		||||
    } else {
 | 
			
		||||
        print STDERR "no keys in table!";
 | 
			
		||||
        print STDERR "no keys in table!\n";
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user