OSDN Git Service

Fix a typo in a log call
authorMichael Curran <mick@kulgan.net>
Thu, 19 Apr 2012 22:20:36 +0000 (08:20 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 19 Apr 2012 22:20:36 +0000 (08:20 +1000)
nvdaHelper/local/rpcSrv.cpp

index 3bae7eb..d9d2e47 100644 (file)
@@ -55,7 +55,7 @@ RPC_STATUS startServer() {
        ULONG size;\r
        if(RpcServerRegisterIf3) {\r
                if(!ConvertStringSecurityDescriptorToSecurityDescriptor(L"D:(A;;GA;;;wd)(A;;GA;;;AC)",SDDL_REVISION_1,&psd,&size)||!psd) {\r
-                       LOG_ERROR(L"ConvertStringSecurityDescriptorToSecurityDescriptor failed, GetLastError is "<<GetLastError();\r
+                       LOG_ERROR(L"ConvertStringSecurityDescriptorToSecurityDescriptor failed, GetLastError is "<<GetLastError());\r
                        return -1;\r
                }\r
        }\r