diff options
Diffstat (limited to 'DcsRe/DcsRe.c')
-rw-r--r-- | DcsRe/DcsRe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsRe/DcsRe.c b/DcsRe/DcsRe.c index 1f71f11..7f4096f 100644 --- a/DcsRe/DcsRe.c +++ b/DcsRe/DcsRe.c @@ -80,8 +80,8 @@ SelectEfiVolume() else {
OUT_PRINT(L"%V [Boot] %N");
}
- EfiPrintDevicePath(gFSHandles[i]);
}
+ EfiPrintDevicePath(gFSHandles[i]);
OUT_PRINT(L"\n");
}
|