diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-22 13:09:53 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-22 13:09:53 +0000 | 
| commit | 62281b2196470bee19d906bf5d4edba81d7e4020 (patch) | |
| tree | da60a28f2f3815f19f1bd4747f242ee191181adc | |
| parent | 0bf43d5dc4e1575099a2632ed46769726abeb742 (diff) | |
Fix RING string
| -rw-r--r-- | audio/headset.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/headset.c b/audio/headset.c index f19376de..d50de1a5 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1067,7 +1067,7 @@ static DBusHandlerResult hs_connect(DBusConnection *conn, DBusMessage *msg,  static DBusHandlerResult hs_ring(DBusConnection *conn, DBusMessage *msg)  {  	DBusMessage *reply; -	const char *ring_str = "RING\r"; +	const char *ring_str = "\r\nRING\r\n";  	int sk, ret;  	if (!connected_hs) | 
