Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
avi-jois authored and oliviermartin committed Dec 7, 2020
1 parent 989483a commit bef872c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbus/gattlib_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ int gattlib_adapter_scan_disable(void* adapter) {
struct gattlib_adapter *gattlib_adapter = adapter;

if (gattlib_adapter->scan_loop) {

GError *error = NULL;

org_bluez_adapter1_call_stop_discovery_sync(gattlib_adapter->adapter_proxy, NULL, &error);
Expand Down

0 comments on commit bef872c

Please sign in to comment.