Juan Lang : crypt32: Move break statement to the correct spot.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 10 08:54:49 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 4b689fbbb56944ca0c8011d50acfa9cc7b4c4f03
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4b689fbbb56944ca0c8011d50acfa9cc7b4c4f03

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Fri Feb 10 14:50:00 2006 +0100

crypt32: Move break statement to the correct spot.

---

 dlls/crypt32/cert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/cert.c b/dlls/crypt32/cert.c
index 52cd987..787f079 100644
--- a/dlls/crypt32/cert.c
+++ b/dlls/crypt32/cert.c
@@ -2110,8 +2110,8 @@ static BOOL WINAPI CRYPT_GetCertificateC
                 ret = TRUE;
             }
             found = TRUE;
+            break;
         }
-        break;
     }
     if (!found)
     {




More information about the wine-cvs mailing list