mirror of git://sourceware.org/git/glibc.git
(parse_ulps): Remove extra \.
This commit is contained in:
parent
47cae281a4
commit
03965c7165
|
|
@ -514,7 +514,7 @@ sub parse_ulps {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
if (/^Function: /) {
|
if (/^Function: /) {
|
||||||
if (/\Real part of/) {
|
if (/Real part of/) {
|
||||||
s/Real part of //;
|
s/Real part of //;
|
||||||
$type = 'real';
|
$type = 'real';
|
||||||
} elsif (/Imaginary part of/) {
|
} elsif (/Imaginary part of/) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue