Browse Source

Unused variable

Source commit: f4d3a0cf45448481661a122f292c70d01d348b78
Martin Prikryl 2 years ago
parent
commit
0a6f1ba5d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/PuttyIntf.cpp

+ 1 - 1
source/core/PuttyIntf.cpp

@@ -547,7 +547,7 @@ bool get_reg_dword_winscp(HKEY, const char * DebugUsedArg(Name), DWORD * DebugUs
     DebugFail();
     Result = false;
   }
-  return false;
+  return Result;
 }
 //---------------------------------------------------------------------------
 char * get_reg_sz_winscp(HKEY Key, const char * Name)