diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-23 12:46:44 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-23 12:46:44 +0000 | 
| commit | d6faebdc8a88ed8338dc68beefbfbae7e303f895 (patch) | |
| tree | 3811f84e5fc7af9dc5fb5935bcd447be476e7a0c | |
| parent | ebcff2a749d72573e8ed562dcfb274c81dc64311 (diff) | |
One small coding style fix
| -rw-r--r-- | hcid/dbus-sdp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c index c86d5fcb..cfc4f4f2 100644 --- a/hcid/dbus-sdp.c +++ b/hcid/dbus-sdp.c @@ -884,7 +884,7 @@ static DBusHandlerResult get_uuid(DBusConnection *conn,  	if (sdp_get_service_classes(rec, &ls) == 0) {  		char tmp_str[MAX_LEN_UUID_STR]; -		uuid_t *uuid = (uuid_t *)ls->data; +		uuid_t *uuid = (uuid_t *) ls->data;  		if (sdp_uuid2strn(uuid, tmp_str, MAX_LEN_UUID_STR) != 0)  			error("Can't convert UUID to string!"); | 
