Skip to content

Commit

Permalink
Fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd authored May 28, 2021
1 parent 3c4a5f9 commit eb56837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/system_warning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ namespace display

wattron(handle(), COLOR_PAIR(display::kFallingText1));
print_center(handle(), characters{static_length(message)}, 1, message);
wattron(handle(), COLOR_PAIR(display::kFallingText1));
wattroff(handle(), COLOR_PAIR(display::kFallingText1));
}
}

0 comments on commit eb56837

Please sign in to comment.