EDACS: missing space

This commit is contained in:
ilyacodes 2024-04-13 14:48:32 -04:00
parent a78b88cb90
commit db88bfff8d
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
int target = (msg_2 & 0xFFFFF); //target group or individual ID (20-bit) to include in supergroup
fprintf (stderr, "%s", KWHT); //just make it stick out for now
fprintf (stderr, " System Dynamic Regroup :: SSN [%03d] SGID[%05d] Target [%07d]", ssn, sgid, target);
fprintf (stderr, " System Dynamic Regroup :: SSN [%03d] SGID [%05d] Target [%07d]", ssn, sgid, target);
if (unk1) fprintf (stderr, " UNK1: [%X]", unk1); //this value seems to always be zero
if (unk2) fprintf (stderr, " UNK2: [%X]", unk2); //this value seems to always be zero
fprintf (stderr, "%s", KNRM);