diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 22:03:02 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 22:03:02 +0000 | 
| commit | ddcfd576f568db8e2064ff5e69a0f708c8d0bfa4 (patch) | |
| tree | a23b5d31c64f036a957568e397a0e16a412f0905 | |
| parent | b4273fd4b7ee7c8d879903a1b1b4bde2d9b5e0fb (diff) | |
Fix double quotation typo
| -rw-r--r-- | pcmcia/bluetooth.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf index 79ef717d..6e059963 100644 --- a/pcmcia/bluetooth.conf +++ b/pcmcia/bluetooth.conf @@ -27,7 +27,7 @@ card "Brain Boxes BL-620 Bluetooth Adapter"    bind "serial_cs" class "bluetooth"  card "AmbiCom BT2000C Bluetooth PC/CF Card" -  version ""AmbiCom BT2000C", "Bluetooth PC/CF Card" +  version "AmbiCom BT2000C", "Bluetooth PC/CF Card"    bind "serial_cs" class "bluetooth"  card "COM One Platinium Bluetooth PC Card" | 
