Browse Source

thermostat: fix comment for gcc

master
Richard Genoud 4 years ago
parent
commit
2766e0e6a9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      soft/thermostat/src/mainwindow.cpp

+ 2
- 2
soft/thermostat/src/mainwindow.cpp View File

@ -415,9 +415,9 @@ void MainWindow::apply_order_to_heaters(void)
break;
case ON:
heating_order = true;
/* fall */
/* fall through */
case OFF:
/* fall */
/* fall through */
default:
emit setAllHeatersOn(heating_order);


Loading…
Cancel
Save