diff options
| author | Pieter Wuille <[email protected]> | 2014-11-04 04:38:34 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-11-04 04:38:45 -0800 |
| commit | 1dbabb6521a94f6ce635dbda9da2bdd33d892092 (patch) | |
| tree | c862ef51de38791dd2fd4527c20286534ef5778c /src/util.cpp | |
| parent | Merge pull request #5196 (diff) | |
| parent | util.cpp comment correction (diff) | |
| download | discoin-1dbabb6521a94f6ce635dbda9da2bdd33d892092.tar.xz discoin-1dbabb6521a94f6ce635dbda9da2bdd33d892092.zip | |
Merge pull request #5191
a2cfae8 util.cpp comment correction (21E14)
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp index 544ffc98b..0f5c03635 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -159,8 +159,8 @@ instance_of_cinit; // the mutex). static boost::once_flag debugPrintInitFlag = BOOST_ONCE_INIT; -// We use boost::call_once() to make sure these are initialized in -// in a thread-safe manner the first time it is called: +// We use boost::call_once() to make sure these are initialized +// in a thread-safe manner the first time called: static FILE* fileout = NULL; static boost::mutex* mutexDebugLog = NULL; |