author | harlekin <harlekin> | 2004-10-12 22:12:46 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-10-12 22:12:46 (UTC) |
commit | 8289f6700e239ddf5242216c09cca9d724c17754 (patch) (side-by-side diff) | |
tree | be5e071245bf82a0839f718490d765d690cd29fb | |
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 ) { case IOLayerBase::Baud_2400: speed = 2400; break; - case IOLayerBase::Baud_1200; + case IOLayerBase::Baud_1200: speed = 1200; break; default: |