aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/logging.cpp')
-rw-r--r--src/burn/engine/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/logging.cpp b/src/burn/engine/logging.cpp
index f381193f..8a1f6510 100644
--- a/src/burn/engine/logging.cpp
+++ b/src/burn/engine/logging.cpp
@@ -110,7 +110,7 @@ extern "C" HRESULT LoggingOpen(
110 } 110 }
111 } 111 }
112 112
113 // Open the log approriately. 113 // Open the log appropriately.
114 if (pLog->sczPath && *pLog->sczPath) 114 if (pLog->sczPath && *pLog->sczPath)
115 { 115 {
116 DWORD cRetry = 0; 116 DWORD cRetry = 0;