-rw-r--r-- | noncore/apps/opie-console/btconfigwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/btconfigwidget.cpp b/noncore/apps/opie-console/btconfigwidget.cpp index 7f82e06..232e497 100644 --- a/noncore/apps/opie-console/btconfigwidget.cpp +++ b/noncore/apps/opie-console/btconfigwidget.cpp | |||
@@ -171,9 +171,9 @@ void BTConfigWidget::save( Profile& prof ) { | |||
171 | break; | 171 | break; |
172 | case IOLayerBase::Baud_2400: | 172 | case IOLayerBase::Baud_2400: |
173 | speed = 2400; | 173 | speed = 2400; |
174 | break; | 174 | break; |
175 | case IOLayerBase::Baud_1200; | 175 | case IOLayerBase::Baud_1200: |
176 | speed = 1200; | 176 | speed = 1200; |
177 | break; | 177 | break; |
178 | default: | 178 | default: |
179 | case IOLayerBase::Baud_9600: | 179 | case IOLayerBase::Baud_9600: |