Fix cppcheck warning in gs232b.c

This commit is contained in:
Michael Black W9MDB 2020-06-11 22:30:11 -05:00
parent 0782cdf5c3
commit 7bed7423f5

View File

@ -143,7 +143,7 @@ transaction_write:
// If asked for we will check for connection
// we don't expect a reply...just a prompt return
// Seems some GS232B's only echo the CR
if (no_reply && (strncmp(data, "?>", 2) != 0) && data[0] != 0x0d)
if ((strncmp(data, "?>", 2) != 0) && data[0] != 0x0d)
{
rig_debug(RIG_DEBUG_VERBOSE,
"%s: Expected '?>' but got '%s' from cmd '%s'\n",