--- android/bluetoothd-snoop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/bluetoothd-snoop.c b/android/bluetoothd-snoop.c index 23e0bfd..9312c11 100644 --- a/android/bluetoothd-snoop.c +++ b/android/bluetoothd-snoop.c @@ -37,7 +37,7 @@ #include "monitor/mainloop.h" #include "src/shared/btsnoop.h" -#define DEAULT_SNOOP_FILE "/sdcard/btsnoop_hci.log" +#define DEFAULT_SNOOP_FILE "/sdcard/btsnoop_hci.log" #define MAX_PACKET_SIZE (1486 + 4) @@ -196,7 +196,7 @@ int main(int argc, char *argv[]) if (argc > 1) path = argv[1]; else - path = DEAULT_SNOOP_FILE; + path = DEFAULT_SNOOP_FILE; mainloop_init(); -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html