Fix Line Break Issue on DMR SLC Err;

This commit is contained in:
lwvmobile 2023-09-11 09:13:39 -04:00
parent 8cbb30b036
commit 20e862a6a0
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ uint8_t dmr_cach (dsd_opts * opts, dsd_state * state, uint8_t cach_bits[25])
if (h1 && h2 && h3 && crc) dmr_slco (opts, state, slco_bits);
else
{
if (opts->payload == 0) fprintf (stderr, "\n");
fprintf (stderr, "\n");
fprintf (stderr, "%s", KRED);
fprintf (stderr, " SLCO CRC ERR");
fprintf (stderr, "%s", KNRM);