add missing newline

pull/705/head
Charles Crossan 2021-02-22 20:52:10 -05:00
rodzic 3f1ada29ac
commit 690b843678
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -937,7 +937,7 @@ void Screen::setFrames()
normalFrames[numframes++] = drawPluginFrame;
}
DEBUG_MSG("Added plugins. numframes: %d", numframes);
DEBUG_MSG("Added plugins. numframes: %d\n", numframes);
// If we have a critical fault, show it first
if (myNodeInfo.error_code)