diff options
Diffstat (limited to 'src/burn/engine/logging.cpp')
-rw-r--r-- | src/burn/engine/logging.cpp | 2 |
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; |