From 1aeee458ae5c9ebf202855cc034226ce1f7ce0f8 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Tue, 20 Dec 2011 21:28:34 +0000 Subject: [PATCH] [UNIATA] Add missing '}' svn path=/trunk/; revision=54721 --- reactos/drivers/storage/ide/uniata/id_probe.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/storage/ide/uniata/id_probe.cpp b/reactos/drivers/storage/ide/uniata/id_probe.cpp index 26505f5fa1f..dffdf0704c9 100644 --- a/reactos/drivers/storage/ide/uniata/id_probe.cpp +++ b/reactos/drivers/storage/ide/uniata/id_probe.cpp @@ -1716,6 +1716,7 @@ UniataFindBusMasterController( AtapiDmaAlloc(HwDeviceExtension, ConfigInfo, c); #else //UNIATA_CORE + } found = TRUE; #endif //UNIATA_CORE } // end for(channel)