fixed macro definition

This commit is contained in:
Frank Morgner
2021-12-17 00:06:46 +01:00
parent 8d0c7e9966
commit e1c6d90db8

View File

@@ -155,12 +155,12 @@ ccid_desc = {
};
#define debug_sc_result(sc_result) \
{ \
do { \
if (sc_result < 0) \
sc_debug(ctx, SC_LOG_DEBUG_VERBOSE, sc_strerror(sc_result)); \
else \
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, sc_strerror(sc_result)); \
}
} while (0)
static int
detect_card_presence(void)