[NTDLL]
[reactos.git] / reactos / ntoskrnl / rtl / libsupp.c
index 3eb6c97..d461a79 100644 (file)
@@ -406,7 +406,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
                                         &StackBegin,
                                         &StackEnd);
         if (!Result) return 0;
-        }
+    }
 
     /* Use a SEH block for maximum protection */
     _SEH2_TRY