diff --git a/src/debug.cpp b/src/debug.cpp index 8bb3332052..568b90c17c 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -351,7 +351,7 @@ struct DesyncMsgLogEntry { }; struct DesyncMsgLog { - std::array log; + std::array log; unsigned int count = 0; unsigned int next = 0;