diff options
Diffstat (limited to 'hcid/dbus-error.c')
-rw-r--r-- | hcid/dbus-error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c index 83b72ad7..6897417c 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify @@ -309,4 +309,3 @@ DBusHandlerResult error_sdp_failed(DBusConnection *conn, DBusMessage *msg, int e return send_message_and_unref(conn, dbus_message_new_error(msg, ERROR_INTERFACE ".Failed", str)); } - |