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:
nigels 2009-11-09 17:40:24 +00:00
parent 29a8f3c642
commit 9843c9ebc0

View File

@ -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";
}
}