~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to audio/telephony-maemo6.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-04 13:28:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120704132849-tmwu1x7p2vxcclt1
Tags: 4.101-0ubuntu1
* New upstream release
* debian/libbluetooth3.symbols:
  - Updated
* debian/patches/10-unregister_interface_on_exit.patch:
* debian/patches/11-explicitly_close.patch:
* debian/patches/python3.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include <bluetooth/sdp.h>
40
40
 
41
 
#include "glib-compat.h"
42
41
#include "log.h"
43
42
#include "telephony.h"
44
43
#include "error.h"
1386
1385
                                        DBUS_TYPE_UINT32, &cause_type,
1387
1386
                                        DBUS_TYPE_UINT32, &cause,
1388
1387
                                        DBUS_TYPE_INVALID)) {
1389
 
                error("Unexpected paramters in Instance.CallStatus() signal");
 
1388
                error("Unexpected parameters in Instance.CallStatus() signal");
1390
1389
                return;
1391
1390
        }
1392
1391