From 250966417ea62d20c362d267e88c68524a34da02 Mon Sep 17 00:00:00 2001 From: Francis Lee Date: Fri, 1 Nov 2019 09:50:56 +0800 Subject: [PATCH] Add missing closing bracket Add missing closing bracket for uint8_t NfcTagsIntfType2::handleDump(void) --- src/tags/NfcTagsIntfType2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags/NfcTagsIntfType2.cpp b/src/tags/NfcTagsIntfType2.cpp index c889e36..35aa382 100644 --- a/src/tags/NfcTagsIntfType2.cpp +++ b/src/tags/NfcTagsIntfType2.cpp @@ -141,7 +141,7 @@ uint8_t NfcTagsIntfType2::handleDump(void) } return status; - +} void NfcTagsIntfType2::handleData(uint8_t status, uint16_t id, void *data) {