diff --git a/tests/testrig.c b/tests/testrig.c index 801f3ed31..48e0c73ab 100644 --- a/tests/testrig.c +++ b/tests/testrig.c @@ -9,8 +9,6 @@ #include -#include "misc.h" - #include #define SERIAL_PORT "/dev/pts/2" @@ -438,7 +436,7 @@ int main(int argc, char *argv[]) if (retcode == RIG_OK) { // cppcheck-suppress * - printf("rig_get_mode: mode = %"PRIll"\n", rmode); + printf("rig_get_mode: mode = %s\n", rig_strrmode(rmode)); } else {