1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

(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/) {