Commit 816e243a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix deprecated statement

parent c79f22c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ EOF
	undef %err_reason_strings;
}

if($debug && defined(%notrans)) {
if($debug && %notrans) {
	print STDERR "The following function codes were not translated:\n";
	foreach(sort keys %notrans)
	{