mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix another typo
This commit is contained in:
parent
fac9a924bf
commit
1807f784cc
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ int main (int argc, char *argv[])
|
||||||
|
|
||||||
#ifndef PLATFORM_WINDOWS
|
#ifndef PLATFORM_WINDOWS
|
||||||
if (::signal (SIGPIPE, sigpipe_handler)) {
|
if (::signal (SIGPIPE, sigpipe_handler)) {
|
||||||
cerr << _("Cannot xinstall SIGPIPE error handler") << endl;
|
cerr << _("Cannot install SIGPIPE error handler") << endl;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue