From 9843c9ebc0126801242ddc5bfe3dd69bb657c1cf Mon Sep 17 00:00:00 2001 From: nigels Date: Mon, 9 Nov 2009 17:40:24 +0000 Subject: [PATCH] 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 --- auto/bin/make.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/bin/make.pl b/auto/bin/make.pl index b97b0a4..a20fdf1 100755 --- a/auto/bin/make.pl +++ b/auto/bin/make.pl @@ -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"; } }