Last Second NXDN Print Cleanup

This commit is contained in:
lwvmobile 2022-04-02 16:06:55 -04:00 committed by GitHub
parent 9b554dfd93
commit 48ddba2ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ void NXDN_Elements_Content_decode(dsd_opts * opts, dsd_state * state,
/* Unknown Message Type */
default:
{
fprintf(stderr, "Unknown Message type ");
//fprintf(stderr, "Unknown Message type ");
break;
}
} /* End switch(MessageType) */