mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-28 04:36:41 +00:00
Fix some warnings in test.
This commit is contained in:
@@ -32,7 +32,7 @@ test_access_storm (void)
|
||||
nfc_device *device;
|
||||
nfc_target ant[MAX_TARGET_COUNT];
|
||||
|
||||
device = nfc_connect (&(connstrings[i]));
|
||||
device = nfc_connect (connstrings[i]);
|
||||
cut_assert_not_null (device, cut_message ("nfc_connect"));
|
||||
|
||||
res = nfc_initiator_init(device);
|
||||
|
||||
Reference in New Issue
Block a user