Kaydet (Commit) dbe269df authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix typo

Change-Id: I4f96972255ca99debd53d4302073d1823cc27492
üst a9b3215a
...@@ -370,7 +370,7 @@ void SAL_CALL osl_closePipe( oslPipe pPipe ) ...@@ -370,7 +370,7 @@ void SAL_CALL osl_closePipe( oslPipe pPipe )
int fd = socket(AF_UNIX, SOCK_STREAM, 0); int fd = socket(AF_UNIX, SOCK_STREAM, 0);
if ( fd < 0 ) if ( fd < 0 )
{ {
SAL_WARN("osl.pipe" "socket() failed: " << strerror(errno)); SAL_WARN("osl.pipe", "socket() failed: " << strerror(errno));
return; return;
} }
memset(&addr, 0, sizeof(addr)); memset(&addr, 0, sizeof(addr));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment