Fixed a small error in a commented-out line of code

This commit is contained in:
Colton Rushton 2021-02-14 16:02:39 -04:00
parent 72edfeeab0
commit c05543676d
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ void set_logo(void) {
}
/*
if (lastActNum)
if (lastActNum) {
if (snprintf(smallImageKey, sizeof(largeImageKey), "%d", lastActNum) < 0) {
abort();
};