(parse_ulps): Remove extra \.

This commit is contained in:
Andreas Jaeger 2000-08-30 16:32:14 +00:00
parent 47cae281a4
commit 03965c7165

View file

@ -514,7 +514,7 @@ sub parse_ulps {
next;
}
if (/^Function: /) {
if (/\Real part of/) {
if (/Real part of/) {
s/Real part of //;
$type = 'real';
} elsif (/Imaginary part of/) {