From f264473b69e87c3aed1341d0580602058752d622 Mon Sep 17 00:00:00 2001 From: tharexde Date: Sat, 27 Jun 2020 00:21:56 +0200 Subject: [PATCH] formal adjustments --- client/src/cmdlfem4x50.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdlfem4x50.c b/client/src/cmdlfem4x50.c index 1c3af381e..cee6ece71 100644 --- a/client/src/cmdlfem4x50.c +++ b/client/src/cmdlfem4x50.c @@ -723,8 +723,8 @@ int CmdEM4x50SRead(const char *Cmd) { // envoke reading // - without option -> standard read mode - // - with given address (option a) and optional password if address is - // read protected -> selective read mode + // - with given address (option a) (and optional password if address is + // read protected) -> selective read mode bool errors = false, success = false; uint8_t cmdp = 0;