author | harlekin <harlekin> | 2004-10-12 22:12:46 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-10-12 22:12:46 (UTC) |
commit | 8289f6700e239ddf5242216c09cca9d724c17754 (patch) (unidiff) | |
tree | be5e071245bf82a0839f718490d765d690cd29fb /noncore | |
parent | 52867c8ca21a3bec10eb27c8f698855d8fca320e (diff) | |
download | opie-8289f6700e239ddf5242216c09cca9d724c17754.zip opie-8289f6700e239ddf5242216c09cca9d724c17754.tar.gz opie-8289f6700e239ddf5242216c09cca9d724c17754.tar.bz2 |
ups
-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 | |||
@@ -172,7 +172,7 @@ void BTConfigWidget::save( Profile& prof ) { | |||
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: |