mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 06:11:46 +00:00
Fix some warnings in test.
This commit is contained in:
@@ -19,7 +19,7 @@ test_register_endianness (void)
|
||||
|
||||
nfc_device *device;
|
||||
|
||||
device = nfc_connect (&(connstrings[0]));
|
||||
device = nfc_connect (connstrings[0]);
|
||||
cut_assert_not_null (device, cut_message ("nfc_connect"));
|
||||
|
||||
uint8_t value;
|
||||
|
||||
Reference in New Issue
Block a user