From c4c87a92cf7006b064196abb4e4a5a084924622f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Apr 2015 14:11:32 +0000 Subject: fix for a typo git-svn-id: http://svn.miranda-ng.org/main/trunk@12810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/utils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/AVS/src/utils.cpp') diff --git a/plugins/AVS/src/utils.cpp b/plugins/AVS/src/utils.cpp index 5466b167ae..c0a90ee325 100644 --- a/plugins/AVS/src/utils.cpp +++ b/plugins/AVS/src/utils.cpp @@ -257,7 +257,8 @@ int GetFileHash(TCHAR* filename) remainder = (remainder << 1); } } - } while (dwRead == 1024); + } + while (dwRead == 1024); CloseHandle(hFile); -- cgit v1.2.3