Skip to content

Commit 415e947

Browse files
author
Bart Roossien
committed
TEST
1 parent 02fdae5 commit 415e947

File tree

1 file changed

+1
-1
lines changed
  • Core/Libraries/Source/WWVegas/WWDownload

1 file changed

+1
-1
lines changed

Core/Libraries/Source/WWVegas/WWDownload/FTP.CPP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ static bool Use_Non_Blocking_Mode(void)
141141
if ((regRetval!=ERROR_SUCCESS) || (type != REG_DWORD))
142142
return(TRUE);
143143

144-
return(bool(value));
144+
return bool(value);
145145
}
146146

147147

0 commit comments

Comments
 (0)