Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WinPort/src/WinPortHandle.cpp')
-rw-r--r--WinPort/src/WinPortHandle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WinPort/src/WinPortHandle.cpp b/WinPort/src/WinPortHandle.cpp
index 4aef8208..a4fa01c6 100644
--- a/WinPort/src/WinPortHandle.cpp
+++ b/WinPort/src/WinPortHandle.cpp
@@ -67,7 +67,6 @@ WinPortHandle *WinPortHandle_Reference(HANDLE h)
if (g_winport_handles.find(wph)==g_winport_handles.end())
return NULL;
wph->Reference();
- }
+ }
return wph;
}
-